PHP-Code:
<? include("randomtext.php3"); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Unbenanntes Dokument</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<script language="JavaScript1.2">
<!--
function refresh()
{
window.location.reload( false );
}
//-->
</script>
<link href="../css/text.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {margin:0; padding:0}
a:link {
color: #F63E02;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #F63E02;
}
a:hover {
text-decoration: none;
color: #FFFFFF;
}
a:active {
text-decoration: none;
color: #F63E02;
}
.Stil1 {font-size: 10px}
.grauer_hintergrund {
background-color: #2B2B2B;
}
-->
</style></head>
<body>
<div id="Layer1" style="position:absolute; width:242px; height:88px; z-index:1; left: 6px; top: 487px;" class="text"> <? randomtext("randomtextfile.txt"); ?></div>
<div id="neuerspruch" style="position:absolute; width:57px; height:12px; z-index:3; left: 164px; top: 577px;" class="text"><a href="javascript:refresh()"><img src="../neuer_spruch.jpg" width="89" height="17" border="0"></a></div>
<table width="184" height="742" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="2B2B2B" class="grauer_hintergrund">
<tr>
<td colspan="2"><img src="../oben.jpg" width="800" height="262"></td>
</tr>
<tr>
<td width="256" height="33"><img src="../links_oben.jpg" width="256" height="33"></td>
<td width="526"><img src="../rechts.jpg" width="544" height="33"></td>
</tr>
<tr>
<td height="126" valign="top" background="links_bg.jpg" class="menue_spalte"><img src="../links_unten.jpg" name="menuunten" width="256" height="501" id="menuunten"></td>
<td height="289" valign="top"> <?
switch($inhalt) {
case eins: include("arbeitsgebiete/arbeitsgebiete.htm");break;
}
?> </td>
</tr>
<tr>
<td colspan="2"><img src="../unten.jpg" width="800" height="139"></td>
</tr>
</table>
<div id="Layer2" style="position:absolute; width:200px; height:115px; z-index:2; left: -25px; top: 310px;">
<ul>
<li class="text"><a href="index.php?inhalt=eins">Arbeitsgebiete</a></li>
<li class="text">zur Person</li>
<li class="text">Ausbildung & Zertifikate</li>
<li class="text">Impressum</li>
<li class="text">Kontakt </li>
</ul>
</div>
</body>
</html>
ich brauche die divs für ein php script...
danke für euer bemühen!