kann mir jemand sagen wie ich tabellen mit bildern als rahmen mach, wie auf http://www.endeffect.com
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<table width="80%" height="80%" border="0" cellspcing="0" cellpadding="0">
<tr>
<td background="linksoben-ecke.gif"></td>
<td background="linieoben.gif"></td>
<td background="rechtsoben-ecke.gif">td>
</tr>
<tr>
<td background="linielinks.gif></td>
<td> Hier der Content </td>
<td background="linierechts.gif></td>
</tr>
<tr>
<td background="linksunten-ecke.gif"></td>
<td background="linieunten.gif"></td>
<td background="rechtsunten-ecke.gif">td></tr>
</table>
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="5" height="5"><img src="images/linksoben_ecke.jpg" width="5" height="5"></td>
<td height="5" background="images/linieoben.jpg" width="150"><img src="images/clear.gif" width="5" height="5"></td>
<td width="5" height="5"><img src="images/rechtsoben_ecke.jpg" width="5" height="5"></td>
</tr>
<tr>
<td width="5" background="images/linielinks.jpg"><img src="images/clear.gif" width="5" height="5"></td>
<td width="150" bgcolor="#000000">
<img border="0" src="banner.jpg" width="150" height="571">
<td width="5" background="images/linierechts.jpg"><img src="images/clear.gif" width="5" height="5"></td>
</tr>
<tr>
<td width="5" height="5"><img src="images/linksunten_ecke.jpg" width="5" height="5"></td>
<td height="5" background="images/linieunten.jpg" width="150"><img src="images/clear.gif" width="5" height="5"></td>
<td width="5" height="5"><img src="images/rechtsunten_ecke.jpg" width="5" height="5"></td>
</tr>
</table>