PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Wießen Hintergund durch Hintergundbild ersetzten ???


Tarion
07.11.2001, 07:22
Hallo,

ich bin nun auf V2.2.0 umgestiegen, und hab wie schon in V2.0.3 das Problem, das es mir nicht gefällt, das wenn ich ein Hintergundbild einbaue über Style usw. das dann immernoch um die Tabellen ein weißer Hintergund erhalten bleibt, gibt es eine einfachere Möglichkeit außer alle Templates durchzugehen und sämtliche bgcolor Tags zu löschen, die stören.

So musste ich es zumindest bei V2.0.3 machen.

Ich hoffe das es eine einfachere Möglichkeit gibt.

Tobias

JoRoDuRaCeLL
07.11.2001, 23:47
jo gibt es füge diesen Text in deinen Header ein.


------------------------------------------------------------------------------------
<tr>
<td valign='top' align='left' background='images/menu_background.gif'><a href='index.php?s=$session[sessionhash]'><img src='images/vBulletin_logo.gif' border='0' alt='$bbtitle'></a></td>
</tr></table>
<table width='100%'>
<tr>
<td valign='bottom' align='right'

<!-- toplinks -->
<a href='usercp.php?s=$session[sessionhash]'><img src='images/top_profile.gif' alt='Here you can view your subscribed threads, work with private messages and edit your profile and preferences' border='0'></a>
<a href='register.php?s=$session[sessionhash]&action=signup'><img src='images/top_register.gif' alt='Registration is free!' border='0'></a>
<a href='calendar.php?s=$session[sessionhash]'><img src='images/top_calendar.gif' alt='Calendar' border='0'></a>
<a href='memberlist.php?s=$session[sessionhash]'><img src='images/top_members.gif' alt='Find other members' border='0'></a>
<a href='misc.php?s=$session[sessionhash]&action=faq'><img src='images/top_faq.gif' alt='Frequently Asked Questions' border='0'></a>
<a href='search.php?s=$session[sessionhash]'><img src='images/top_search.gif' alt='Search' border='0'></a>
<a href='index.php?s=$session[sessionhash]'><img src='images/top_home.gif' alt='Home' border='0'></a>
<!-- <a href='member.php?s=$session[sessionhash]&action=logout'><img src='images/top_logout.gif' alt='Logout' border='0'></a> -->

<!-- /toplinks -->
</td>
</tr>
</table>
<!-- /logo and buttons -->

<!-- content table -->
<table bgcolor='#FFFFFF' width='100%' cellpadding='10' cellspacing='0' border='0'>
<tr>
<td>
------------------------------------------------------------------------------------



Mfg

JoRoDuRaCeLL

Tarion
08.11.2001, 05:31
ok danke :)