Und3adS0ul
Problembeschreibung:
Ich bin dabei zu versuchen meine Header anzupassen und bräuchte bei einer sache eure Hilfe.
Mein problem liegt darin das ich probieren will den Header (Porteingang/Hello) so wie hier bei your-wbb.de anzupassen. Jedoch hänge ich an der letzten sache fest den rest hab ich schon ordentlich angepasst
hier nochmal ein bild um zu veranschaulichen was ich überhaupt meine
[IMG]http://www.bloodboard.freehoster.ch/screen.jpg[/IMG]
Fehlermeldung:
eine fehlermeldung kommt nicht jedoch soll es nicht so sein wie es momentan ist dabei hab ich schon alles mögliche ausprobiert. wenn ihr euch den screenshot von meinem foto anschaut werdet ihr einen kleinen untershcied zwischen dem und dem von y****** feststellen. und zwar ist es hinter dem bild beim porteingang was mich stört. hier im forum hat man dahinter einen kleine trennlinie und es ist genau der selbe abstand wie es bei den foren der fall ist jedoch gibt es bei mir keine dünne linie und der abstand wie beim forum ist es lange nicht.
Link zum Forum oder Screenshot:
hier ein screen von meinem angepassten header
[IMG]http://www.bloodboard.freehoster.ch/screen2.jpg[/IMG]
Was wurde zuletzt geändert oder eingebaut?
meine letzten änderungen waren diesbezüglich in der index_pms.tpl hier einmal der geänderte komplette code davon. vllt fällt euch auf was ich falsch gemacht bzw vergessen habe.
code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
|
<tr bgcolor="{tablecolora}">
<td><table width="100%" cellspacing=0 cellpadding=0 border=0>
<tr>
<td rowspan="2" bgcolor="{tablecolorb}" id="tableb" align="center"><img src="{imagefolder}/off.gif" alt="" title="" /></td>
<td class="tablea" colspan="4">
<table style="width: 100%;" border="0" cellpadding="0" cellspacing="0">
<td align="left"><smallfont><b>
<a href="pms.php?sid=$session[hash]">Posteingang</a></b><br>Sie haben $countnew neue Nachricht(en) ($countunread ungelesene, $counttotal Nachricht(en) insgesamt).</font></td>
<td align="right"><smallfont>Es ist jetzt <font color="{timecolor}">$currenttime</font> Uhr.<br>Alle Zeiten in diesem Forum sind GMT $toffset Stunden.</font></td>
</tr>
</table>
</td>
</tr>
</table></td>
</tr> |
|
bam313
Hallo,
probiere es einmal so.
Du musst mit deinen Tabellenaufbauten viel vorsichtiger umgehen ...
code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
|
<tr bgcolor="{tablecolora}">
<td>
<table width="100%" cellspacing=0 cellpadding=0 border=0>
<tr>
<td rowspan="2" bgcolor="{tablecolorb}" id="tableb" align="center"><img src="{imagefolder}/off.gif" alt="" title="" />
</td>
<!--
<td class="tablea" colspan="4">
-->
<!--
<table style="width: 100%;" border="0" cellpadding="0" cellspacing="0">
-->
<td align="left"><smallfont><b>
<a href="pms.php?sid=$session[hash]">Posteingang</a></b><br>Sie haben $countnew neue Nachricht(en) ($countunread ungelesene, $counttotal Nachricht(en) insgesamt).</font></td>
<td align="right"><smallfont>Es ist jetzt <font color="{timecolor}">$currenttime</font> Uhr.<br>Alle Zeiten in diesem Forum sind GMT $toffset Stunden.</font></td>
</tr>
</table>
<!--
</td>
</tr>
</table>
-->
</td>
</tr> |
|
Außerdem solltest du einmal nachlesen, was die Werte rowspan und colspan definieren.
Jene sind hier noch nicht berücksichtigt ...
LG bam
Und3adS0ul
ok erstmal danke für die hilfe.
habe das gerade ausprobiert und mich auch über die beiden dinge informiert.
also diese änderungen haben leider keinen untershcied gebracht. habe dann nochmal was ausprobiert und zwar sieht mein code jetzt so aus:
code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
|
<tr bgcolor="{tablecolora}">
<td>
<table width="100%" cellspacing=0 cellpadding=0 border=0>
<tr>
<td style="width: 1%;" class="tableb" align="center"><img src="images/off.gif" alt="keine neuen Nachrichten vorhanden" title="keine neuen Nachrichten vorhanden"></td>
</td>
<!--
<td class="tablea" colspan="4">
-->
<!--
<table style="width: 100%;" border="0" cellpadding="0" cellspacing="0">
-->
<td align="left"><smallfont><b>
<a href="pms.php?sid=$session[hash]">Posteingang</a></b><br>Sie haben $countnew neue Nachricht(en) ($countunread ungelesene, $counttotal Nachricht(en) insgesamt).</font></td>
<td align="right"><smallfont>Es ist jetzt <font color="{timecolor}">$currenttime</font> Uhr.<br>Alle Zeiten in diesem Forum sind GMT $toffset Stunden.</font></td>
</tr>
</table>
<!--
</td>
</tr>
</table>
-->
</td>
</tr> |
|
jetzt ist zwar der abstand auf der linken seite weg jedoch auf der rechten seite gar nicht mehr jedoch will ich aber eine kleine trennlinie drinnen haben und etwas abstand
screen:
[IMG]http://www.bloodboard.freehoster.ch/screen4.jpg[/IMG]
bam313
Dann probier es einmal so:
code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
|
<tr bgcolor="{tablecolora}">
<td>
<table width="100%" cellspacing=0 cellpadding=0 border=0>
<tr>
<td width="xx%">
<table cellspacing=4 cellpadding=1 border=0>
<tr>
<td bgcolor="{tablecolorb}" id="tableb" align="center"><img src="{imagefolder}/off.gif" alt="" title="" />
</td>
</tr>
</table>
<td align="left">
<table cellspacing=4 cellpadding=1 border=0>
<tr>
<td>
<smallfont><b>
<a href="pms.php?sid=$session[hash]">Posteingang</a></b><br>Sie haben $countnew neue Nachricht(en) ($countunread ungelesene, $counttotal Nachricht(en) insgesamt).</font></td>
<td align="right"><smallfont>Es ist jetzt <font color="{timecolor}">$currenttime</font> Uhr.<br>Alle Zeiten in diesem Forum sind GMT $toffset Stunden.</font></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr> |
|
LG bam
Und3adS0ul
ok danke das hat mir schonmal viel geholfen jetzt hab ich es fast hin bekommen nur ein problem hab ich noch und zwar sind jetzt beide leisten ordentlich eingefügt nur hab ich eingestellt das beide einen rand haben und nun ist der rand wo sich beide treffen doppelt so dick wie er sein sollte hier nochmal ein screen davon um das problem besser zu verstehen.
[IMG]http://www.bloodboard.freehoster.ch/screen5.jpg[/IMG]
und hier mein code wie er in der jetzigen version ist
code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
|
<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
<tr bgcolor="{tablecolorb}" id="tableb">
<td style="width: 1%;" class="tableb" align="center"><img src="images/off.gif" alt="" title=""></td>
<td class="tableb" colspan="4"><table width="100%" cellspacing=0 cellpadding=0 border=0>
<tr>
<td align="left"><smallfont><b>
<a href="pms.php?sid=$session[hash]">Posteingang</a></b><br>Sie haben $countnew neue Nachricht(en) ($countunread ungelesene, $counttotal Nachricht(en) insgesamt).</font></td>
<td align="right"><smallfont>Es ist jetzt <font color="{timecolor}">$currenttime</font> Uhr.<br>Alle Zeiten in diesem Forum sind GMT $toffset Stunden.</font></td>
</tr>
</table></td>
</td>
</td>
</tr> |
|
bam313
Ich dachte mir, dass du dich mit html schon auseinandergesetzt hast?
Dein Tabellenaufbau stimmt nicht.
Guck einmal:
Zitat: |
</table></td>
</td>
</td>
</tr> |
Was soll das?
LG bam
Und3adS0ul
hm ich kenn mich echt noch nicht viel mit html aus ich bin gerade dabei es zu lernen und bis jetzt hab ich vieles durch probieren gelöst auch ich ja auch etwas bei lerne aber kanns mir halt nur selber beibringen =(
was jetzt an den tabellen aufstellungen falsch ist weiß ich nicht weil er zeigt es mir ja auch richtig an naja und wenn ich das raus nehm bzw anders mache haut das wieder alles net so richtig hin