• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Verstecke Zeichen in Datei

Status
Für weitere Antworten geschlossen.

Loon3y

Neues Mitglied
Hallo,

ich habe schoneinmal im " [(X)HTML-Validator] Was bedeutet dieser Error ?"-Thread gepostet, möchte aber gerne nocheinmal hier das Problem schildern.

Folgendes ist vorhanden:

1_inc_head.php :

Code:
<!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">

<head>

<link href="navigation.css" rel="stylesheet" type="text/css" />
<link href="page.css" rel="stylesheet" type="text/css" />
<script src="countdown.js" type="text/javascript" ></script>

<title>Welcome to my Page</title>

</head>
2_inc_naviside.php
Code:
<body onload="countdown()">

<div id="over">

    <div id="top">         </div>

    <h6> <img src="graphics/header.png" alt="header" /> </h6>

    <ul id="Navigation">
             <li>........</li>
              .....
    </ul>

<div id="spalten">

    <div id="sidebar_data">....</div>
    <div id="sidebar_pers">.... </div>
index.php
Code:
<?php include("1_inc_head.php"); ?>

<?php include("2_inc_naviside.php"); ?>

    <div id="main">       ..........    </div>

</div>        <!-- SPALTEN  CLOSE-->
    <div id="bottom"> </div>
</div>        <!-- OVER  CLOSE-->

</body>
</html>
Fehlermeldungen:
www.skc-07-neustadt.de/fehler.jpg

Hexeditor:
www.skc-07-neustadt.de/hexeditor.jpg

wie bekomme ich via hexeditor - oder anders - diese zeichen (anscheinend sind es punkte) weg? Oder liegt das problem wo anders?

Grüße
Loon3y
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben