|
Michael Green's 'How To' Forum
|
| |
How To Forum
Re: How to get 2 vertical lines and text in-betwee *LINK*
Posted By: Steve MacLellan In Response To: How to get 2 vertical lines and text in-between? (Mucky)
Date: Tuesday, 11 February 2003, at 5:59 p.m.
> Dear friends
> I have been wondering how people design
> their web pages or HTML letters with two
> vertical linesDo it with CSS. For exmaple, place this between your style tags in your head element:
.bor {
margin-left: 3%;
border-left-color : Black;
border-left-style : solid;
border-left-width : thin;
padding-left: 10px;
margin-right: 3%;
border-right-color : Black;
border-right-style : solid;
border-right-width : thin;
width: 150px;
padding-right: 10px;
}I would use this with a DIV container like this (DIV class="bor")
Regards,
Steve MacLellan
| |
How To Forum is maintained by HowToCorp with WebBBS 5.12.