Seite 1 von 1
BBtech Verschiebungsfehler
Verfasst: 12.06.2006 21:35
von black-dragon
Hi,
wie man
hier sehen kann, haben sich die Bilder BBTech-hd_logo.gif, BBTech-hd_06.gif und BBTech-hd_07.gif verschoben. Wie kann ich diese Bilder wieder in ihre richtige Stellung bringen? Es liegt weder am Logo noch an der Intro + Portal Mod.
Verfasst: 12.06.2006 22:06
von miccom
ersetz mal:
Code: Alles auswählen
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="templates/BBTech/images/BBTech-hd_full.gif">
<tr>
<td align="left">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><img src="templates/BBTech/images/BBTech-hd_01.gif" width="348" height="10" border="0" alt="" /></td>
</tr>
<tr>
<td rowspan="2"><img src="templates/BBTech/images/BBTech-hd_04.gif" alt="" width="18" height="134" border="0" /></td>
<td>
<IMG SRC="templates/BBTech/images/BBTech-hd_logo.gif" WIDTH=330 HEIGHT=72>
</TD>
<TD>
<IMG SRC="templates/BBTech/images/spacer.gif" WIDTH=1 HEIGHT=72></TD>
</TR>
<TR>
<TD ROWSPAN=3>
<IMG SRC="templates/BBTech/images/BBTech-hd_06.gif" WIDTH=330 HEIGHT=62></TD>
</tr>
</table>
</td>
<td width="100%" align="right">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right"><img src="templates/BBTech/images/BBTech-hd_03.gif" alt="" width="418" height="92" border="0" /></td>
mit:
Code: Alles auswählen
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="templates/BBTech/images/BBTech-hd_full.gif">
<tr>
<td align="left">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><img src="templates/BBTech/images/BBTech-hd_01.gif" width="348" height="10" border="0" alt="" /></td>
</tr>
<tr>
<td rowspan="2"><img src="templates/BBTech/images/BBTech-hd_04.gif" alt="" width="18" height="134" border="0" /></td>
<td>
<IMG SRC="templates/BBTech/images/BBTech-hd_logo.gif" WIDTH=330 HEIGHT=72>
</td>
</tr>
<tr>
<td><img src="templates/BBTech/images/BBTech-hd_06.gif" alt="" width="320" height="62" border="0" /></td>
</tr>
</table>
</td>
<td width="100%" align="right">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right"><img src="templates/BBTech/images/BBTech-hd_03.gif" alt="" width="418" height="92" border="0" /></td>
Verfasst: 12.06.2006 22:18
von black-dragon
Habe ich gemacht, nur es bringt nichts.....
