View Full Version : How to edit border?
winpeace
10-26-2007, 07:50 AM
this;
________________
like this;
________
how to edit css
You go like this;
--------
And then this;
------------
winpeace
10-26-2007, 07:59 AM
http://img167.imageshack.us/img167/4885/asth0.jpg
I want to edit red borders length.But how?
jc_gmk
10-26-2007, 08:39 AM
How are you creating the border in the first place?
What code are you using?
winpeace
10-26-2007, 08:47 AM
css
#left_section div.moduletable h3 {
font-size:16px;
font-family:Arial,Verdana, Tahoma;
text-align:left;
line-height:24px;
margin-bottom:5px;
font-weight:700;
color:#333333;
padding-bottom:3px;
border-bottom: 1px #cb0000 solid;}
jc_gmk
10-26-2007, 08:50 AM
and the HTML code?
winpeace
10-26-2007, 09:15 AM
<div id="left_section">
<?php if (mosCountModules( 'left' )) { ?>
<div id="leftbox">
<?php mosLoadModules ( 'left',-2 ); ?>
</div>
You need to extend the element that has the border.
winpeace
10-26-2007, 09:42 AM
how?I am new coding
djr33
10-26-2007, 09:43 AM
A border is... a border. So... as twey said, change the width of the thing that has the border.
Or use <hr>
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.