html problem...
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
-
chris2
html problem...
Moin,
ich hab mit der Suche leider nichts dazu gefunden...
Wie bekomme ich die Menüleiste dieses Forums auf die rechte Seite ?
http://www.house-board.de
Sie sollte natürlich auf der gleichen Höhe wie das Forum sein.
Vielen Dank im voraus !
ich hab mit der Suche leider nichts dazu gefunden...
Wie bekomme ich die Menüleiste dieses Forums auf die rechte Seite ?
http://www.house-board.de
Sie sollte natürlich auf der gleichen Höhe wie das Forum sein.
Vielen Dank im voraus !
Hi
Dazu mußt Du in der Datei /templates/*/overall_header.tpl den entsprechenden Part suchen.
Wenn der Teil schon eine Positionierungsangabe hat, ändere die (von "center" z.B.) auf "right". Wenn nicht, mache davor ein <div align="right"> und danach ein </div>.
Gute HTML Infos bekommt man hier: http://selfhtml.teamone.de/html/index.htm Dort steht alles über HTML
Grüße
Dennis
Dazu mußt Du in der Datei /templates/*/overall_header.tpl den entsprechenden Part suchen.
Wenn der Teil schon eine Positionierungsangabe hat, ändere die (von "center" z.B.) auf "right". Wenn nicht, mache davor ein <div align="right"> und danach ein </div>.
Gute HTML Infos bekommt man hier: http://selfhtml.teamone.de/html/index.htm Dort steht alles über HTML
Grüße
Dennis
-
chris2
Danke für den Tip aber ich hab das mal getestet und jetzt sieht es so aus (Link oben).
Der Witz ist das diese Hauptforumtabelle (Information) die jetzt wie ein Layer das Menü überdeckt in den TPLs gar nicht existiert.
Die muß definitiv nach links und auf ungefähr 75 % weite eingestellt werden damit man das Menü sehen kann.
Nur wo find ich die, im overall_header hab ich schon alle Tabellen getestet...?
Der Witz ist das diese Hauptforumtabelle (Information) die jetzt wie ein Layer das Menü überdeckt in den TPLs gar nicht existiert.
Die muß definitiv nach links und auf ungefähr 75 % weite eingestellt werden damit man das Menü sehen kann.
Nur wo find ich die, im overall_header hab ich schon alle Tabellen getestet...?
Joa. Das ist ja auch logisch.
sagt ja eindeutig, daß die Tabelle nur 12,5% Breite haben soll. Stell das mal auf 70% z.B.
Zum Probieren kann man auch die border="0" immer auf "1" stellen, dann sieht man welche Tabelle wo anfängt und aufhöhrt..
Grüße
Dennis
PS: Wenn Du dann fertig sein solltest, lade Dir mal Netscape, Opera und Mozilla runter. Denn unter den Browsern sieht das meinsten ganz anders aus.
Code: Alles auswählen
<table width="12.5%" cellspacing="0" cellpadding="0" border="0" align=right>Zum Probieren kann man auch die border="0" immer auf "1" stellen, dann sieht man welche Tabelle wo anfängt und aufhöhrt..
Grüße
Dennis
PS: Wenn Du dann fertig sein solltest, lade Dir mal Netscape, Opera und Mozilla runter. Denn unter den Browsern sieht das meinsten ganz anders aus.
Oh. Ich hab mal nen HTML Quelltext genauer angeguck und irgendwie war der komisch. Dann habe ich bei Webmasterplan mal nen Check gemacht:
Grüße
Dennis
Behebe mal die 14 Fehler und die 33 Warnungen. Ok, nicht jede Warnung muss behoben werden, aber wenigstens die meisten Fehler. Dann wird es evtl sogar schon gehen. Hier der Auszug, wo welche Fehler sind.HTML-Check für:
http://members.lycos.co.uk/ocean45/
Ausgeführt am 29-8-2003, 20.14 Uhr(GMT).
Ergebnisse:
Fehler: 14, Warnungen: 33, Tips: 1
Bewertung (nach Schulnoten): 6
Grüße
Dennis
Code: Alles auswählen
1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2: <html dir="ltr">
3:
4: <head>
5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6: <meta http-equiv="Content-Style-Type" content="text/css">
7:
8: <link rel="top" href="./index.php?sid=5af58d67c728239035c09b98822d7309" title="House-Board.de Foren-Übersicht" />
--Warnung: unknown attribute "/" for element <LINK>.
9: <link rel="search" href="./search.php?sid=5af58d67c728239035c09b98822d7309" title="Suchen" />
--Warnung: unknown attribute "/" for element <LINK>.
10: <link rel="help" href="./faq.php?sid=5af58d67c728239035c09b98822d7309" title="FAQ" />
--Warnung: unknown attribute "/" for element <LINK>.
11: <link rel="author" href="./memberlist.php?sid=5af58d67c728239035c09b98822d7309" title="Mitgliederliste" />
--Warnung: unknown attribute "/" for element <LINK>.
12:
13: <title>House-Board.de :: </title>
14: <link rel="stylesheet" href="templates/BMan1Blue/BMan1Blue.css" type="text/css" />
--Warnung: unknown attribute "/" for element <LINK>.
15:
16: <style type="text/css">
17:
18: </style>
--Warnung: empty container element <STYLE>.
19:
20:
21: </head>
22: <body text="#336699">
--Tip: should set all or none of BGCOLOR, TEXT, LINK, ALINK, VLINK attributes on BODY element
23:
24: <a name="top"></a>
--Warnung: empty container element <A>.
25:
26:
27:
28:
29:
30: <table width="100%" cellspacign="0" cellpadding="0" border="0">
--Warnung: unknown attribute "CELLSPACIGN" for element <TABLE>.
31: <tr>
32: <td align="left"><img src="templates/BMan1Blue/images/logo_BMan1Blue.gif" border="0" /></td>
--Warnung: unknown attribute "/" for element <IMG>.
--Warnung: IMG does not have ALT text defined.
33: </tr>
34: </table>
35: <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
36: <tr>
37: <td class="bodyline">
38:
39: <table width="12.5%" cellspacing="0" cellpadding="0" border="0" align=right>
--Fehler: illegal value for WIDTH attribute of TABLE (12.5%)
40: <tr>
41: <td align="center" width="100%" valign="middle"><table class="menuline" width="100%" cellpadding="2" cellspacing="1" border="0">
42: </td></tr>
43: <tr><td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='faq.php?sid=5af58d67c728239035c09b98822d7309'"><a href="faq.php?sid=5af58d67c728239035c09b98822d7309" class="mainmenu">FAQ</a></td></tr>
--Fehler: illegal value for WIDTH attribute of TD (12.5%)
--Warnung: </TR> on line 42 seems to overlap <TD>, opened on line 43.
44: <tr><td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='search.php?sid=5af58d67c728239035c09b98822d7309'"><a href="search.php?sid=5af58d67c728239035c09b98822d7309" class="mainmenu">Suche</a></td></tr>
--Fehler: illegal value for WIDTH attribute of TD (12.5%)
--Warnung: </TR> on line 43 seems to overlap <TD>, opened on line 44.
45: <tr><td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='memberlist.php?sid=5af58d67c728239035c09b98822d7309'"><a href="memberlist.php?sid=5af58d67c728239035c09b98822d7309" class="mainmenu">Mitglieder</a></td></tr>
--Fehler: illegal value for WIDTH attribute of TD (12.5%)
--Warnung: </TR> on line 44 seems to overlap <TD>, opened on line 45.
46: <tr><td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='groupcp.php?sid=5af58d67c728239035c09b98822d7309'"><a href="groupcp.php?sid=5af58d67c728239035c09b98822d7309" class="mainmenu">Gruppen</a></td></tr>
--Fehler: illegal value for WIDTH attribute of TD (12.5%)
--Warnung: </TR> on line 45 seems to overlap <TD>, opened on line 46.
47: <tr><td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='profile.php?mode=editprofile&sid=5af58d67c728239035c09b98822d7309'"><a href="profile.php?mode=editprofile&sid=5af58d67c728239035c09b98822d7309" class="mainmenu">Profil</a></ td></tr>
--Fehler: illegal value for WIDTH attribute of TD (12.5%)
--Warnung: </TR> on line 46 seems to overlap <TD>, opened on line 47.
48: <tr><td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='privmsg.php?folder=inbox&sid=5af58d67c728239035c09b98822d7309'"><a href="privmsg.php?folder=inbox&sid=5af58d67c728239035c09b98822d7309" class="mainmenu">PN</a></td></tr>
--Fehler: illegal value for WIDTH attribute of TD (12.5%)
--Warnung: </TR> on line 47 seems to overlap <TD>, opened on line 48.
49: <tr><td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='profile.php?mode=register&sid=5af58d67c728239035c09b98822d7309'"><a href="profile.php?mode=register&sid=5af58d67c728239035c09b98822d7309" class="mainmenu">Registrieren</ a></td>
--Fehler: illegal value for WIDTH attribute of TD (12.5%)
--Warnung: </TR> on line 48 seems to overlap <TD>, opened on line 49.
50: <tr><td class="mainmenu" align="center" width="12.5%" style="cursor:hand" onMouseover="this.style.backgroundColor='#C0E0FF'" onMouseout="this.style.backgroundColor=''" onClick="window.location.href='login.php?sid=5af58d67c728239035c09b98822d7309'"><a href="login.php?sid=5af58d67c728239035c09b98822d7309" class="mainmenu">
--Fehler: illegal value for WIDTH attribute of TD (12.5%)
51: Login</a></td>
--Warnung: </TD> on line 42 seems to overlap <A>, opened on line 50.
52: </tr>
53: </table></td></tr>
--Warnung: </TR> on line 52 seems to overlap <TD>, opened on line 41.
54: </tr>
55: </table>
56:
57:
58: <br />
--Warnung: unknown attribute "/" for element <BR>.
59:
60: <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
61: <tr>
62: <td align="left" class="nav"><a href="index.php?sid=5af58d67c728239035c09b98822d7309" class="nav">House-Board.de Foren-Übersicht</a></td>
--Warnung: </TR> on line 54 seems to overlap <TD>, opened on line 62.
63: </tr>
64: </table>
65:
66: <table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0">
67: <tr>
68: <th class="thHead" height="25"><b>Information</b></th>
--Warnung: </TR> on line 63 seems to overlap <TH>, opened on line 68.
69: </tr>
70: <tr>
71: <td class="row1"><table width="100%" cellspacing="0" cellpadding="1" border="0">
72: <tr>
73: <td> </td>
--Warnung: </TR> on line 69 seems to overlap <TD>, opened on line 73.
74: </tr>
75: <tr>
76: <td align="center"><span class="gen">Sorry, aber dieses Board ist im Moment nicht verfügbar. Probier es bitte später wieder.</span></td>
--Warnung: </TR> on line 74 seems to overlap <TD>, opened on line 76.
77: </tr>
78: <tr>
79: <td> </td>
--Warnung: </TR> on line 77 seems to overlap <TD>, opened on line 79.
80: </tr>
81: </table></td>
--Warnung: </TR> on line 80 seems to overlap <TD>, opened on line 71.
82: </tr>
83: </table>
84:
85: <br clear="all" />
--Warnung: unknown attribute "/" for element <BR>.
86:
87: <div align="center"><span class="copyright"><br /><br />
--Warnung: unknown attribute "/" for element <BR>.
--Warnung: unknown attribute "/" for element <BR>.
88:
89: <br />
--Warnung: unknown attribute "/" for element <BR>.
90: powered by <a href="http://www.phpbb.com">phpBB</a> 2.0.6 © 2001, 2002 phpBB Group<br /></span></ div>
--Warnung: unknown attribute "/" for element <BR>.
91: </td>
--Warnung: </TR> on line 82 seems to overlap <TD>, opened on line 37.
92: </tr>
--Fehler: unmatched </TR> (no matching <TR> seen).
93: </table>
94:
95: </body>
96: </html>
97:
98:
99: </pre></xmp></noscript>
--Fehler: unmatched </PRE> (no matching <PRE> seen).
--Fehler: unmatched </XMP> (no matching <XMP> seen).
--Fehler: unmatched </NOSCRIPT> (no matching <NOSCRIPT> seen).
100:
101:
102:
103:
104:
105:
106:
107:
108: <noscript>
109: <img src="http://lycos-eu.imrworldwide.com/cgi-bin/count?cid=uk_lycos-uk_0" width=1 height=1>
--Warnung: IMG does not have ALT text defined.
110: </noscript>
111: </COMMENT>
--Fehler: unknown element <COMMENT>.
112:
-
chris2
--Fehler: unmatched </PRE> (no matching <PRE> seen).
--Fehler: unmatched </XMP> (no matching <XMP> seen).
--Fehler: unmatched </NOSCRIPT> (no matching <NOSCRIPT> seen).
--Warnung: </TR> on line 45 seems to overlap <TD>, opened on line 46.
Sowas solltest Du beheben. Das ganze mit "12.5%" ist illegel oder <br /> "Illegales Zeichen / " das ist egal.
Grüße
Dennis
--Fehler: unmatched </XMP> (no matching <XMP> seen).
--Fehler: unmatched </NOSCRIPT> (no matching <NOSCRIPT> seen).
--Warnung: </TR> on line 45 seems to overlap <TD>, opened on line 46.
Sowas solltest Du beheben. Das ganze mit "12.5%" ist illegel oder <br /> "Illegales Zeichen / " das ist egal.
Grüße
Dennis