naar onze homepage
 HTML
Tips

Een gekleurde <hr>.

Hoe doe je dat?
Gebruik een 1x1 px transparante gif en bgcolor.

Opletten!
In oude(re) Netscapes werkt het niet als de <hr>-table genest is in een andere tabel.

Source.

<table cellspacing=0 cellpadding=0 border=0 width="50%" align="center">
<tr bgcolor="#ffcc99">
<td><img src="pics/dot_clear.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr bgcolor="#cc9966">
<td><img src="pics/dot_clear.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr bgcolor="#996633">
<td><img src="pics/dot_clear.gif" width="1" height="1" border="0" alt=""></td>
</tr>
</table>
<table cellspacing=0 cellpadding=0 border=0 width="50%" align="center">
<tr bgcolor="#ffcc99">
<td><img src="pics/dot_clear.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr bgcolor="#cc9966">
<td><img src="pics/dot_clear.gif" width="1" height="3" border="0" alt=""></td>
</tr>
<tr bgcolor="#996633">
<td><img src="pics/dot_clear.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr bgcolor="#000000">
<td><img src="pics/dot_clear.gif" width="1" height="1" border="0" alt=""></td>
</tr>
</table>