|
|
|||||||
|
this is from my site can you help this lady? (2 posts second is mine to clarify things) <blockquote>In reply to:</font><hr><p> posted 01-18-05 01:15 PM I have a simple table going: 3 columns, 1 row, which fills the whole page. In mid column, I want to put a -------------------------------------------------------------------------------- and below that, a new color. How do I do that? Thanks for any help. Catty Posts: 3677 | Location: Olympia, WA, USA | Registered: 06-04-02 posted 01-19-05 10:18 AM Catty Can you clarify a few points. You want a dividing line, and a new color below that line. Is what you'd like with the other columns in the same or different colors? In simple terms a split bi-color column? Posts: 7140 | Location: 6 miles west of Wigan UK | Registered: 06-05-02 <p><hr></blockquote><p> and the"-----------------" is a solid dividing line as it appears on the other sites webpage. In case you are wondering? The AP in my name is Answerpool.com (see my profile) |
||||||||
|
|
|||||||
|
Duplicate the above table underneath the original table. ![]() http://www.WebdesignTalk.co.uk/webuser.php ~ Free/Easy/Fast Free Image Upload Space! *NEW* http://www.WebdesignTalk.co.uk ~ Check out my site! |
||||||||
|
|
|||||||
|
The Lady is a newbie at this and She'd be confused by what you suggested perhaps a few lines of Html maybe of help? And she can use that as a basis for her project Thanks In case you are wondering? The AP in my name is Answerpool.com (see my profile) |
||||||||
|
|
|||||||
|
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> <td><hr size="1"></td> <td> </td> </tr> <tr bgcolor="#00CCFF"> <td> </td> <td> </td> <td> </td> </tr> </table> /Johnny K. |
||||||||
|
|
|||||||
|
Bananahosting Thank you The lady says she'll be able to adapt and use that In case you are wondering? The AP in my name is Answerpool.com (see my profile) |