MisterSimpson
Simpsons Fan
- 20 April 2006
- 2.947
- 106
Hallo,
habe diesen Code hier:
Rechts neben der Tabelle mit dem ganzen Inhalt soll noch eine Grafik rein. Nur wie mache ich das?
Zu sehen unter https://www.simpsonsparadies.de
Probiere bereits die ganze Zeit schon herum bekomme es aber nicht hin.
habe diesen Code hier:
HTML:
<body>
<div align="center">
<table border="0" width="750" cellspacing="0" cellpadding="0" background="tbg.jpg">
<tr>
<td colspan="5"><img src="header.jpg" width="750" height="111"><br>
</td>
</tr>
<tr>
<td width="19"> <img border="0" src="1.jpg" width="19" height="27"></td>
<td width="175" style="background-repeat: no-repeat" background="2.jpg" valign="top">
<div align="center">
<p><br>
<?php include("menu.php"); ?>
</p>
<p> </div></td>
<td width="21"> <img border="0" src="3.jpg" width="21" height="27"></td>
<td width="519" style="background-repeat: no-repeat" background="4.jpg" valign="top">
<div align="center">
<table width="98%" cellspacing="0" cellpadding="0">
<tr>
<td> <p align="center"><br>
<?php include("include.php"); ?>
</td>
</tr>
</table>
</div></td>
<td width="16"> <img border="0" src="5.jpg" width="16" height="27"></td>
</tr>
</table>
<img src="6.jpg" width="750" height="1" align="top"> </div><p align="center">SimpsonsTM and © Twentieth Century Fox Film Corp. - All Rights Reserved</p>
</body>
Rechts neben der Tabelle mit dem ganzen Inhalt soll noch eine Grafik rein. Nur wie mache ich das?
Zu sehen unter https://www.simpsonsparadies.de
Probiere bereits die ganze Zeit schon herum bekomme es aber nicht hin.