Archiv verlassen und diese Seite im Standarddesign anzeigen : An die vbb Freaks
JoRoDuRaCeLL
20.08.2001, 15:28
Hi Leute!
Ich mache gerade ein Board das könnt ihr unter
www.viennaboard.f2s.com erreichen.
Login: Test
Pas: test
Geht bitte mal drauf uns sagt mir please wie cih den weißen Rand oben rechts wegbekomme. Wo kann man das enstellen hab schon überall gesucht würde mich wirklich interessieren wie das geht.
Hoffe ihr könnt mir auch dabei helfen.
Mfg
JoRoDuRaCeLL
P.S. Möchte mein Lob ausprechen das ihr mir so schnell immer geholfen habt.
s.molinari
20.08.2001, 20:38
Schaumal ob meine Antwort hier hift.
http://www.adduco.de/forum/showthread.php?s=&threadid=213&highlight=weisse
Scott
JoRoDuRaCeLL
20.08.2001, 21:59
Ne das funzt leider net schau mal please mal drauf
www.viennaboard.f2s.com
Testuser
test
Es müsste jetzt wieder gehen ging vorher ned weil f2s Probs machte.
Mfg
JoRoDuRaCeLL
s.molinari
21.08.2001, 08:20
Das ist definitiv das 'BACKGROUND'. Post dein header template hier und dann schauen wir mal.
Scott
p.s. nur ein Vorschlag. Ich würde die toplinks eine eigene Tabelle geben. bei 800x600 ist einen hässlichen Scrollbalken unten.
JoRoDuRaCeLL
21.08.2001, 14:17
Hie danke erstemal für die Hilfe. Ich poste jetzt mal meine Header rein:
<!-- logo and buttons -->
<center>
<table border='0' width='{tablewidth}' cellpadding='0' cellspacing='0'>
<tr>
<td valign='top' align='left' background='{imagesfolder}/menu_background.gif'><a href='index.php?s=$session[sessionhash]'><img src='{titleimage}' border='0' alt='$bbtitle'></a></td>
<td valign='bottom' align='right' nowrap background='images/menu_background.gif'>
<!-- toplinks -->
<a href='usercp.php?s=$session[sessionhash]'><img src='{imagesfolder}/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='{imagesfolder}/top_register.gif' alt='Registration is free!' border='0'></a>
<a href='calendar.php?s=$session[sessionhash]'><img src='{imagesfolder}/top_calendar.gif' alt='Calendar' border='0'></a>
<a href='memberlist.php?s=$session[sessionhash]'><img src='{imagesfolder}/top_members.gif' alt='Find other members' border='0'></a>
<a href='misc.php?s=$session[sessionhash]&action=faq'><img src='{imagesfolder}/top_faq.gif' alt='Frequently Asked Questions' border='0'></a>
<a href='search.php?s=$session[sessionhash]'><img src='{imagesfolder}/top_search.gif' alt='Search' border='0'></a>
<a href='index.php?s=$session[sessionhash]'><img src='{imagesfolder}/top_home.gif' alt='Home' border='0'></a>
<!-- <a href='member.php?s=$session[sessionhash]&action=logout'><img src='{imagesfolder}/top_logout.gif' alt='Logout' border='0'></a> -->
<!-- /toplinks -->
</td>
</tr>
</table>
<!-- /logo and buttons -->
<!-- content table -->
<table bgcolor='{pagebgcolor}' width='{tablewidth}' cellpadding='10' cellspacing='0' border='0'>
<tr>
<td>
Mfg
JoRoDuRaCeLL
Viper888
21.08.2001, 14:33
Entweder bearbeitest Du das 'menu_background.gif' in die Farbe wie dein Boardhintergrung
oder Du machst dir einfach ein kleines bild als xyz.gif in der Hintergrundfarbe deines Boards und lädst das in dein images verzeichnis hoch und änderst das dann im Header auf die neue bildatei xyz.gif
oder??? gleich kommen die Meister und zeigen dir wie es einfacher geht :D
@scott wie funxt das mit der eigenen tabelle für die Buttons?
s.molinari
21.08.2001, 15:46
oder Du machst was ich gesagt habe...... :D
nein ernst, hier ist ein geänderte 'header' template. Da ist auch eine Tabelle eingefügt für die toplinks.
<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><!--ab hier habe ich die zweíte tabelle eingefügt-->
<table width='100%'>
<tr>
<td valign='bottom' align='right' nowrap '><!--Hier habe ich die backgound attribute entfernt-->
<!-- 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>
Ich habe Kommentare geschrieben wo ich Änderungen gemacht habe.
Scott
Viper888
21.08.2001, 18:11
jetz ist aber 'mein vb' nicht mehr mit einem Link verknüpft. was nun?
zutesten unter www.prinzip-gewinnen.de
Viper888
21.08.2001, 19:45
<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><!--ab hier habe ich die zweíte tabelle eingefügt-->
<table width='100%'>
<tr>
<td valign='bottom' align='right' nowrap '><!--Hier habe ich die backgound attribute entfernt-->
<!-- 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>
Das nowrap ' muss weg. Sonst ist das usercp nicht zu erreichen. Fehler wurde durch Chris entdeckt.
THX
Hat sich wohl per ICQ erledigt. ;) :D
Gruss,
Chris.
s.molinari
21.08.2001, 21:59
Sorry!:D Ich habe das auf die Schnelle gemacht.:o
Scott
JoRoDuRaCeLL
21.08.2001, 22:22
BIG THX für eure Hilfe!!!
Mfg
JoRoDuRaCeLL
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.