Alex: Text auf komplettes Bild schreiben

Beitrag lesen

<div style="height:15px; overflow:hidden; ">
<a href="http://validator.w3.org/check?uri=referer"><img src="images/w3c_xhtml10.gif" alt="xhtml 1.0 strict" title="Validate the markup of this site" style="vertical-align: top; width:80px; height: 15px; overflow:hidden" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="images/w3c_css.gif" alt="css" title="Validate the css of this site" style="vertical-align: top; width:80px; height: 15px; overflow:hidden"  /></a>

also damit kann ich jetzt nichts mehr anfangen.

hier mal ein beispiel, wie du text auf eine 100px mal 100px bilddatei schreibst:

<table border="0" cellpadding="0" cellspacing="0">
<tr>
  <td style="width:100px; height:100px; background-image:url('100x100.gif'); background-repeat:no-repeat; text-align:center; vertical-align:middle;">text</td>
</tr>
</table>

Gruß
Alex