Posted by Toby Inkster on 01/04/59 11:50
Dennis Marks wrote:
> The following HTML is for a signature. There is one upper box that spans
> 2 columns and 2 lower boxes. I want to retain all borders except the one
> between the 2 lower boxes. I want the lower 2 boxes to look like a
> single box. Is there a way to do it?
Drop "border=4" then add the following styles to your TABLE element:
border: 3px solid;
and the following style to your first TD element:
border-bottom: 2px solid;
That roughly what you want?
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Now Playing ~ ./ed_harcourt/elephants_graveyard/2-12_-_breathe_a_little_softer.ogg
[Back to original message]
|