Luki
Hallo,
ich habe mir einige Unterseiten in meinem Forum erstellt zB:
http://www.k11forum.de/forum/startseite.php
Bei älteren Versionen des Intenet Explorers kommt nun folgende Fehlermeldung:
| Zitat: |
Die XML-Seite kann nicht angezeigt werden Die XML-Eingabe kann nicht angezeigt werden, wenn Stylesheet XSL verwendet wird. Beheben Sie den Fehler und klicken Sie dann auf <a href="java script:location.reload()" target="_self">Aktualisieren, oder wiederholen Sie den Vorgang später. Ein erforderliches Leerzeichen fehlte. Fehler beim Bearbeiten der Ressource 'http://www.k11forum.de/forum/startseite.php'. ...
<td class="logobackground"; align="center"> <img src="http://k11forum.de/images/header2.png"></img>&... |
Woran kann das liegen
Grüße....
meeeeeeeep
Wie sieht den deine .php und dein Template aus?
Luki
Hallo,
also die .php Datei kann ich leider gerade nicht online stellen da ich im Urlaub bin, aber das ist die Standart PhP-Seite. Nur mit Startseite eingefügt.
Hier das Template:
| Zitat: |
<?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
<head>
<title>$master_board_name | Startseite</title>
$headinclude
</head>
<body>
$header
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<tr>
<td class="tablea"><table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr class="tablea_fc">
<td align="left"><span class="smallfont"><b><a href="index.php{$SID_ARG_1ST}">$master_board_name</a> » Startseite</b></span></td>
<td align="right"><span class="smallfont"><b>$usercbar</b></span></td>
</tr>
</table></td>
</tr>
</table><br />
<table align="center">
<tr>
<small><font color="#AFCAFF"><b><a href="../forum/startseite.php"><font color="#AFCAFF" onmouseover="this.color='#AFCAFF';" onmouseout="this.color='#AFCAFF';">Starseite</font></a> | <a href="../forum/ueberuns.php"><font color="#AFCAFF" onmouseover="this.color='#AFCAFF';" onmouseout="this.color='#AFCAFF';">Über Uns</font></a> | <a href="../forum/sendung.php"><font color="#AFCAFF" onmouseover="this.color='#AFCAFF';" onmouseout="this.color='#AFCAFF';">Sendung</font></a> | <a href="../forum/fanzeitung.php"><font color="#AFCAFF" onmouseover="this.color='#AFCAFF';" onmouseout="this.color='#AFCAFF';">Fanzeitung</font></a> | <a href="../forum/downloads.php"><font color="#AFCAFF" onmouseover="this.color='#AFCAFF';" onmouseout="this.color='#AFCAFF';">Downloads</font></a> | <a href="../forum/legalnotice.php"><font color="#AFCAFF" onmouseover="this.color='#AFCAFF';" onmouseout="this.color='#AFCAFF';">Impressum</font></a> | <a href="../forum/anb.php"><font color="#AFCAFF" onmouseover="this.color='#AFCAFF';" onmouseout="this.color='#AFCAFF';">Nutzungsbedingungen</font></a></b></font
>
<br>
<br> <b>Herzlich Willkommen auf K11-Forum.deutschland.</b>
<br>
<br>Es ist so weit: Das K11-Forum wird 1 Jahr alt.
<br>Wir freuen uns natürlich sehr über die vielen Registrierungen und Beiträge.
<br>Damit es unseren Nutzern auch weiterhin bei uns gut gefällt haben wir einen <a href="http://www.k11forum.de/forum/thread.php?threadid=565"<b>Feedback-Thre
ad</b></a> eingerichet.
<br>Hier können Sie uns schreiben, was Ihnen persöhnlich gefällt und was wir in Zukunft besser machen könnten.
<br>
<br><b><a href="index.php">ZUM FORUM</a></b>
<br>
<br>
<br><a href="galerie01.php"><img src="../images/galerie01/14.bmp" height="150px" Width="150px"></a>
<br><b>Galerie 2007/08/20</b>
<br>
<br>
</small>
<br><br>
</tr>
</table>
<div align="center">$boardjump</div>
$footer
</body>
</html>
|
Grüße,
lukaskurth
Luki
Hallo,
angehängt noch die PHP-Datei.
Das gehört aber zu den Standart-Addons soweit ich informiert bin, also dürfte es daran eigentlich nicht liegen.
Es wäre mir sehr wichtig, wenn das ganze bald funktionieren würde, da meine User mit IE (-6) o.ä. nicht auf die Startseiten können.
Bei IE 7 funktioniert das ganze, naja, aber es sollte auch auf keinen Fall so aussiehen, wie es das jetzt tut. Denn es ist eine enge Spalte zusammengequetscht (Siehe angehängtes Foto)!
Danke für Eure schnelle Hilfe,
lukaskurth
Master-X
Ersetze dein Template mal mit dem hier:
| 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:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
|
<?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
<head>
<title>$master_board_name | Startseite</title>
$headinclude
</head>
<body>
$header
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<tr>
<td class="tablea"><table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr class="tablea_fc">
<td align="left"><span class="smallfont"><b><a href="index.php{$SID_ARG_1ST}">$master_board_name</a> » Startseite</b></span></td>
<td align="right"><span class="smallfont"><b>$usercbar</b></span></td>
</tr>
</table></td>
</tr>
</table><br />
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<tr>
<td class="tablea"><small><font color="#AFCAFF"><b><a href="../forum/startseite.php"><font color="#AFCAFF" onmouseover="this.color='#AFCAFF';" onmouseout="this.color='#AFCAFF';">Starseite</font></a> | <a href="../forum/ueberuns.php"><font color="#AFCAFF" onmouseover="this.color='#AFCAFF';" onmouseout="this.color='#AFCAFF';">Über Uns</font></a> | <a href="../forum/sendung.php"><font color="#AFCAFF" onmouseover="this.color='#AFCAFF';" onmouseout="this.color='#AFCAFF';">Sendung</font></a> | <a href="../forum/fanzeitung.php"><font color="#AFCAFF" onmouseover="this.color='#AFCAFF';" onmouseout="this.color='#AFCAFF';">Fanzeitung</font></a> | <a href="../forum/downloads.php"><font color="#AFCAFF" onmouseover="this.color='#AFCAFF';" onmouseout="this.color='#AFCAFF';">Downloads</font></a> | <a href="../forum/legalnotice.php"><font color="#AFCAFF" onmouseover="this.color='#AFCAFF';" onmouseout="this.color='#AFCAFF';">Impressum</font></a> | <a href="../forum/anb.php"><font color="#AFCAFF" onmouseover="this.color='#AFCAFF';" onmouseout="this.color='#AFCAFF';">Nutzungsbedingungen</font></a></b></font
>
<br />
<br /> <b>Herzlich Willkommen auf K11-Forum.deutschland.</b>
<br />
<br />Es ist so weit: Das K11-Forum wird 1 Jahr alt.
<br />Wir freuen uns natürlich sehr über die vielen Registrierungen und Beiträge.
<br />Damit es unseren Nutzern auch weiterhin bei uns gut gefällt haben wir einen <a href="http://www.k11forum.de/forum/thread.php?threadid=565"<b>Feedback-Thre
ad</b></a> eingerichet.
<br />Hier können Sie uns schreiben, was Ihnen persöhnlich gefällt und was wir in Zukunft besser machen könnten.
<br />
<br /><b><a href="index.php">ZUM FORUM</a></b>
<br />
<br />
<br /><a href="galerie01.php"><img src="../images/galerie01/14.bmp" height="150px" Width="150px" /></a>
<br /><b>Galerie 2007/08/20</b>
<br />
<br />
</small>
<br /><br />
</td></tr>
</table>
<div align="center">$boardjump</div>
$footer
</body>
</html> |
|
Ich konnte es jetzt nicht testen.
Luki
Hallo,
vielen Dank erst mal. Was hast Du denn da verändert?
Grüße...