Hallo,
Ich habe in einem HTML-Datei ein in einer Tabelle eingefügten Hintergrund. nun möchte ich das dieser hintergrund nur einmal erscheint und nicht mehrmals:
Hier der Code:
<table width="799" height="87" border="1" background="http://xxxx.de/web/templates/rhuk_solarflare_ii/images/head.jpg" background-repeat:no-repeat>
<tr>
<td width="798" height="81"><table width="789" border="0" cellpadding="0" cellspacing="0" class="rahmen">
<tr>
<td height="121" colspan="2" valign="top"></td>
</tr>
<tr>
<td width="495"><?php mosLoadModules ( 'user3', -1); ?></td>
<td width="303" valign="top"> </td>
</tr>
<tr>
<td> </td>
<td width="303" valign="top"> </td>
</tr>
<tr>
<td colspan="2"><table width="789" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="200" align="left" valign="top"><table width="200" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><span class="body_outer">
<?php mosLoadModules ( 'left', -2 ); ?>
</span></td>
</tr>
</table></td>
<td width="573" align="left" valign="top"><table width="560" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="550"><span class="user2_inner"><span class="body_outer">
<?php mosMainBody(); ?>
</span></span></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2" bgcolor="#9DB5D1"> </td>
</tr>
</table></td>
</tr>
</table>
Kannst Du mir Helfen???
Gruß Rayn
Ich habe in einem HTML-Datei ein in einer Tabelle eingefügten Hintergrund. nun möchte ich das dieser hintergrund nur einmal erscheint und nicht mehrmals:
Hier der Code:
<table width="799" height="87" border="1" background="http://xxxx.de/web/templates/rhuk_solarflare_ii/images/head.jpg" background-repeat:no-repeat>
<tr>
<td width="798" height="81"><table width="789" border="0" cellpadding="0" cellspacing="0" class="rahmen">
<tr>
<td height="121" colspan="2" valign="top"></td>
</tr>
<tr>
<td width="495"><?php mosLoadModules ( 'user3', -1); ?></td>
<td width="303" valign="top"> </td>
</tr>
<tr>
<td> </td>
<td width="303" valign="top"> </td>
</tr>
<tr>
<td colspan="2"><table width="789" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="200" align="left" valign="top"><table width="200" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><span class="body_outer">
<?php mosLoadModules ( 'left', -2 ); ?>
</span></td>
</tr>
</table></td>
<td width="573" align="left" valign="top"><table width="560" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="550"><span class="user2_inner"><span class="body_outer">
<?php mosMainBody(); ?>
</span></span></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2" bgcolor="#9DB5D1"> </td>
</tr>
</table></td>
</tr>
</table>
Kannst Du mir Helfen???
Gruß Rayn
Kommentar