SonicRC
14.05.2008, 20:44
Hallo Zusammen!
Ich erstelle nun zum ersten mal überhaupt einen Style für mein neues Forum.
Ich möchte oben im Header eine sich wiederholende Grafik einfügen, um die Lücke rechts fühlen zu können.
Diese soll also als Hintergrund in den Header rein. Wie mach das am einfachsten?
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
Vielleicht wäre ja jemand so nett und passt mit den code gerade so an. :)
Danke und Gruss
sonic
Ich erstelle nun zum ersten mal überhaupt einen Style für mein neues Forum.
Ich möchte oben im Header eine sich wiederholende Grafik einfügen, um die Lücke rechts fühlen zu können.
Diese soll also als Hintergrund in den Header rein. Wie mach das am einfachsten?
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
Vielleicht wäre ja jemand so nett und passt mit den code gerade so an. :)
Danke und Gruss
sonic