|
|
|
|
|
|
Gekleurde hoekje bij tekst met HTML. Werkt met vaste (geneste) tabellen.
Hoe doe je dat?
<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"> Boven en links</td> </tr> </table> </td> <td width="200"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="200"> 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>
|