Hvorfor et linieskift ved include
se på http://dlarsen.sytes.net/Hvorfor får jeg dette linieskift, hver gang jeg har include en fil ?
Min kode til sidst se sådan ud:
<!-- Include Header Section Begin -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Mit - menusystem</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="description" content="Tølløse Camping & Weber Club">
<meta name="Keywords" content="Tølløse, Camping, Weber, Club">
<meta name="robots" content="index, nofollow, noarchive">
<link rel="stylesheet" type="text/css" href="/system/screenstyle.css" media="screen">
<link rel="stylesheet" type="text/css" href="/system/printstyle.css" media="print">
</head>
<body>
<div id="HeaderSection" >
<h1>Toppen!</h1>
<div id="HeaderNavigationSection">
<p>Navigation!</p>
<a href="index.php?menu=1">link: Menu 1 & submenu = 0 </a>
</div>
</div>
<!-- Include Header Section End -->
<!-- Include Main Section Begin -->
<div id="MainSection">
<p>min forside</p>
</div>
<!-- Include Main Section End -->
<!-- Include Footer Section begin -->
<div id="FooterSection" >
<h1>footer!</h1>
</div>
</body>
</html>
<!-- Include Footer Section End -->
//dl
PS. Som i kan se, så er ALT tekst indeni en DIV.
