Seite 1 von 1
html problem...
Verfasst: 29.08.2003 05:25
von chris2
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 !
Verfasst: 29.08.2003 07:32
von Dennis63
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
Verfasst: 29.08.2003 08:44
von 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...?
Verfasst: 29.08.2003 12:34
von Dennis63
Joa. Das ist ja auch logisch.
Code: Alles auswählen
<table width="12.5%" cellspacing="0" cellpadding="0" border="0" align=right>
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.
Verfasst: 29.08.2003 19:53
von chris2
Damit würd nur die Menüleiste auf der rechten Seite um 70% vergrößert.

Verfasst: 29.08.2003 20:17
von Dennis63
Oh. Ich hab mal nen HTML Quelltext genauer angeguck und irgendwie war der komisch. Dann habe ich bei Webmasterplan mal nen Check gemacht:
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.
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:
Verfasst: 30.08.2003 14:22
von chris2
Naja diese witdh Sachen das ist ja der Standard phpBB - Code der hier mit 6 benotet wurde *g*
Ich werd trotzdem mal versuchen den zu ändern danke schopnmal
Verfasst: 30.08.2003 14:31
von Dennis63
--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