naar onze homepage
 HTML
Tips

Gekleurde hoekje bij tekst met HTML.

Werkt met vaste (geneste) tabellen.

 Boven en links
 Onder en rechts

Met kader.

 Boven en links
 Onder en rechts

Hoe doe je dat?
Met behulp van bgcolor en transparante gifjes

Source.

<table border="0" width="400">
<tr>
<td width="200">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td bgcolor="#0000FF" width="1">
<img border="0" src="pics/dot_clear.gif" width="1" height="1">
</td>
<td bgcolor="#0000FF" width="1">
<img border="0" src="pics/dot_clear.gif" width="1" height="1">
</td>
</tr>
<tr>
<td bgcolor="#0000FF" width="1">
<img border="0" src="pics/dot_clear.gif" width="1" height="1">
</td>
<td width="200">
&nbsp;Boven en links</td>
</tr>
</table>
</td>
<td width="200">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="200">
&nbsp;Onder en rechts</td>
<td bgcolor="#00FF00" width="1">
<img border="0" src="pics/dot_clear.gif" width="1" height="1">
</td>
</tr>
<tr>
<td bgcolor="#00FF00">
<img border="0" src="pics/dot_clear.gif" width="1" height="1">
</td>
<td bgcolor="#00FF00">
<img border="0" src="pics/dot_clear.gif" width="1" height="1">
</td>
</tr>
</table>
</td>
</tr>
</table>