![]() |
|
||||||||||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||
|
|
#1 |
|
WLC Member
Join Date: Mar 2009
Posts: 8
|
Hi:
How do I code a vertical line in xhtml. Like the hr tag? regards |
|
|
|
|
|
#2 |
|
WLC Lover
Join Date: Mar 2009
Location: Central Illinois
Posts: 57
|
Are you trying to style the hr tag with css?
http://webdesign.about.com/od/beginn...yle_hr_tag.htm You're much better off designing an image.
__________________
To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts. |
|
|
|
|
|
#3 |
|
WLC Member
Join Date: May 2009
Posts: 9
|
You can use a thin border, for example you want a border on the right side of your menu:
HTML: Code:
... <div id="menu">Your menu</div> ... Code:
...
#menu {
border-right: 1px solid #000;
}
...
__________________
*** Website in Development *** |
|
|
|
|
|
#4 |
|
WLC Member
Join Date: Mar 2009
Posts: 8
|
thanks guys - i have gone the border way:
border: thin dotted #grey; lovely lovely |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
Linear Mode |
|
|