\par <-- ? unbekannter fehler

z0oL

Erfahrenes Mitglied
Hallo,

ich stehe vor einem mir nicht lösbaren Problem..
Ich hab eine .php datei, bei der ich eine head.html, und einen bottom.html include.

Wenn ich mir die Seite dann im IE angucke, ist die total verzogen.
Ganz oben kommt eine Meldung: {\rtf1\ansi\ansicpg1252\deff0\deflang1031{\fonttbl{\f0\fswiss\fcharset0 Arial;}} \viewkind4\uc1\pard\f0\fs20 \par \par \par \par \par \par


Diese \pars sind quer durch die gaze seite verteilt :(
 
das prob leigt irgendwie in den head/bootm.html dateien. Hab die nochmal neu geschreiben, und jetzt gehts... wen interessiert, hier die alten includes:

<head.html>
PHP:
<html>
<body bgcolor="3C5162" text="#FFFFFF" marginheight="0" marginwidth="0" topmargin="0" rightmargin="0">
<div align="right">
  <table width="800" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr> 
      <td><img src="gfx/top2.gif" width="800" height="128"></td>
    </tr>
  </table>
  <table width="800" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr> 
      <td width="1" background="gfx/links.gif"></td>
      <td valign="top" width="488">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><img src="gfx/news.gif" width="53" height="18"><img src="gfx/member.gif" width="53" height="18"><img src="gfx/wars.gif" width="53" height="18"><img src="gfx/guest.gif" width="53" height="18"><img src="gfx/awards.gif" width="53" height="18"><img src="gfx/sponsoren.gif" width="53" height="18"></td>
          </tr>
          <tr>
            <td>&nbsp;

<bottom.html>
PHP:
</td>
          </tr>
        </table>
      </td>
      <td width="311" background="gfx/rechts_bg.gif" valign="top"> 
        <div align="right"><img src="gfx/rechts.gif" width="311" height="550"></div>
      </td>
    </tr>
  </table>
  <table width="800" border="0" cellspacing="0" cellpadding="0" align="center" height="1" background="gfx/links.gif">
    <tr>
      <td></td>
    </tr>
  </table>
</div>
</body>
</html>

Der Fehlermeldung nach zu urteilen, könnte ich mir denken, dass es irgendwas mit ner schrift zu tun hat ..
 
falls es noch jemanden interessiert: das ist keine fehlermeldung.
das kommt daher, dass du den code mit word (oder wordpad) geschrieben und nicht als plain-text gespeichert hast.
das rich text format ( -> {\rtf1\ ) schreibt dir nämlich noch formatierungsbefehle da rein. deswegen schreibt man html auch nicht mit word, sondern mit notepad! :-)
 
Zurück