Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

(multiple) Table-Border-Color for NN4

Status
Not open for further replies.

Boomerang

Programmer
Mar 30, 2001
766
NL
In the past I saw sometimes a question about how to make table border colors possible in NN4. Here is an example with multiple (2) borders:

<table bgcolor=&quot;green&quot; cellpadding=&quot;3&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;>
<tr>
<td>
<table border=&quot;0&quot; cellpadding=&quot;2&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; bgcolor=&quot;#FF8000&quot;>
<tr>
<td>
<table border=&quot;0&quot; bgcolor=&quot;white&quot; cellspacing=&quot;0&quot;>
<tr>
<td>
text 1
</td>
<td>
text 2
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>

Erik <!-- My sport: Boomerang throwing !!
This year I will participate at the World Championships in Germany. (!! Many Happy Returns !! -->
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top