Seite 1 von 1
Problem mit........
Verfasst: 08.04.2004 16:26
von Andy120
Ich habe probleme mit dem hier:
Das ist Normal:
Dein letzter Besuch war am: 08.04.2004, 15:38
Aktuelles Datum und Uhrzeit: 08.04.2004, 16:17
Bei mir zeigts das so an:
Dein
letzter
Besuch war
am:
08.04.2004, 15:38
Aktuelles
Datum und
Uhrzeit:
08.04.2004, 16:17
Habbo
Forum
Übersicht
Foren
Übersicht
Meine Frage: Wie bekomme ich das wieder hin?
Wers sehen will:
http://forum.habbofanclub.com
User: Test
Passwort: 20.10.88
Verfasst: 08.04.2004 16:37
von Markus67
hi andy ....
verlinke mal bitte deine index_body.tpl als txt ...
da fehlt doch bestimmt wieder ein table-tag
markus
Verfasst: 08.04.2004 16:42
von Andy120
Verfasst: 08.04.2004 16:50
von Markus67
hi andy,
suche:
Code: Alles auswählen
document.onmousedown=initializedrag
document.onmouseup=new Function("dragapproved=false")
</script><table width="100%">
<!-- END switch_enable_board_note_index --><table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
<tr>
<td align="left" valign="bottom"><span class="gensmall">
ersetze mit:
Code: Alles auswählen
document.onmousedown=initializedrag
document.onmouseup=new Function("dragapproved=false")
</script>
<!-- END switch_enable_board_note_index -->
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
<tr>
<td align="left" valign="bottom"><span class="gensmall">
jetzt funzt es wieder ....
markus
Verfasst: 08.04.2004 17:08
von Andy120
Danke es geht! Ohne dich wüsste ich nicht was machen!!!

Verfasst: 08.04.2004 20:02
von Markus67
hi andy ...
schau mal oben an was du zuerst hattest ....
vor allem den einen <table>-tag vor der switch abfrage
du musst sorgfältiger sein beim einbauen
dann passiert sowas nicht ....
aber hauptsache es funzt
markus
Verfasst: 08.04.2004 20:07
von Andy120
Habs gesehen
hehe....
aber nochmals Danke!