Proszę o informację czy można poniższy kod zapisać w css (na innych forach przeczytałem że to nie możliwe)
Kod
<table border="0" cellspacing="0" cellpadding="0" width=100% height=100%>
<tr>
<td width=* background="11111.gif"> </td>
<td width=500>abc</td>
<td width=* background="22222.gif"> </td>
</tr>
</table>
<tr>
<td width=* background="11111.gif"> </td>
<td width=500>abc</td>
<td width=* background="22222.gif"> </td>
</tr>
</table>
Jeśli jest to możliwe proszę o podpowiedź.