Re: Columns or Table help needed with code...

by "Bert" <bdoorn(at)iprimus.com.au>

 Date:  Tue, 7 May 2002 17:05:07 +0800
 To:  <hwg-basics(at)hwg.org>
 References:  coachmaria s8x1s5
  todo: View Thread, Original
> Hi.  I'm brand new to this list - yours was my first message!  I found
some
> code awhile ago that makes a vertical line.  Here it is:

You could also do it with CSS.  Given you are using tables (on the Coach
Maria site), all you need to do is to set the right (or left, as
appropriate) border on the cell or cells that need the vertical rule next to
them.

Something like this: <.td style="border-right: 2px solid red"> etc

If you have multiple cells to which you want to apply this, set up a css
class:

.RightRule { border-right: 2px solid red }

And in the HTML:

<.td class="RightRule">etc

HTH
--
Bert Doorn, Web Developer
CIW Associate, IWA Member
www.betterwebdesign.com.au
Fast Loading, User Friendly Websites

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA