Es ist merkwürdig,
wenn ich etwas im Windows Notepad ändere und anschließend mit der UTF-8-Codierung abspeichere, dann erscheinen BOMs automatisch innerhalb des Codes (?)
Kann es an den HTML-Dateien liegen, die ich ohne jegliche DOCTYPE ect. Angaben erstelle?
Bsp. HTML-Datei "menu.html"
div id="menu_new" style="background-color: #ffffff; margin-top: 0px;">
<img src="Banner/banner_menu_orange_above.gif" style="background-color: #ffffff;" alt="banner above" />
<div><a href="http://www.cn.clipproject.info/">???</a></div>
<div><a href="http://www.cn.clipproject.info/coloring_pages.html">???</a></div>
<div>
<a href="http://www.cn.clipproject.info/links.html">??</a>
</div>
<div>
<a href="http://www.cn.clipproject.info/terms_of_use.html">????</a>
</div>
<div>
<a href="http://www.cn.clipproject.info/imprint.html">????</a>
</div>
<img src="Banner/banner_menu_orange_bottom.gif" alt="banner bottom" />
</div>
Bsp. Template "index.php"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>New design in PHP</title>
<meta http-equiv="content-Type" content="text/html; charset=utf-8" />
<meta name="title" content="Clip art - free images, cartoon cliparts for office presentations download, graphics gifs pics pictures, greeting cards" />
<meta name="keywords" content="Images clipart cliparts graphic cartoon clip art religious clip art borders free royalty free clipart images free cartoon cliparts office presentations web art free cartoons greetings greeting cards free pics photo objects gif animation gifs download backgrounds icons office presentations online" />
<meta name="description" content="Free clip art images, cliparts, free cartoons, pictures, graphics, gifs, pics, greeting cards download online" />
<meta name="revisit" content="after 2 days" />
<meta name="copyright" content="Copyright (c) by www.clipproject.info. All Rights Reserved." />
<meta name="rating" content="general" />
<meta name="page-type" content="Clip art, free, web graphics, cliparts, images, pictures, illustrations" />
<meta name="distribution" content="global" />
<meta name="robots" content="index,follow" />
<meta name="language" content="en" />
<meta name="y_key" content="004c1161bf450e44" />
<meta name="msvalidate.01" content="C658F88F150A6DD7B15C9647EC419919" />
<meta name='yandex-verification' content='6e78419120fe8ba9' />
<link rel="shortcut icon" href="/images/favicon.gif" />
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="java_script_1.js"></script>
<script type="text/javascript" src="java_script_2.js"></script>
<script type="text/javascript" src="java_script_3.js"></script>
</head>
<body>
<div id="wrap">
<?php
include("top_table.html");
?>
<div id="ads_area_728_15">
<?php
include("ads_728_15.html");
?>
</div>
<div id="content">
<div class="menu">
<?php
include("ads_120_600.html");
?>
</div>
<div class="right">
<div class="breadcrumb">
<span style="text-decoration: underline;">You are here:</span> <a href="index.html">Home</a> > <a href="Cliparts.html">Free Cliparts</a> > <a href="Soccer_Cliparts.html">Soccer Cliparts</a>
</div>
<?php
include("ads_234_60.html");
?>
<h2>Soccer referee - free cartoon clipart</h2>
<div style="text-align: center">
<img src="Cliparts_Free/Fussball_Free/Clipart-Cartoon-Design-01.gif" alt="Soccer referee uniforms clipart images free download, football clipart free" />
<p class="class2" style="padding-left: 6px; padding-bottom: 4px; padding-top: 9px; text-align: left;">Soccer referee uniforms clipart images free download, football clipart free</p>
</div>
<?php
include("footer_2.html");
?>
</div>
<div class="left">
<?php
include("menu.html");
?>
<div class="ads_120_90">
<?php
echo("ads_120_90");
?>
</div>
</div>
<div style="clear: both;"> </div>
</div>
<div id="bottom"> </div>
<div id="footer">
<?php
include("footer.html");
?>
Our partner: <a href="http://www.coloringpagesfree.net/">Free Coloring Pages</a> | <a href="http://www.cartoon-design.com/">Cartoon Logo Design</a>
</div>
</div>
</body>
</html>