Einzelnen Beitrag anzeigen
Ungelesen 26.08.10, 18:35   #21
ipulf
Newbie
 
Benutzerbild von ipulf
 
Registriert seit: Oct 2009
Beiträge: 55
Bedankt: 2
ipulf ist noch neu hier! | 0 Respekt Punkte
Standard

ich weis nicht was du meinst^^

das hier ist der quelltext^^

[HTML]<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>FlyFBA</title>
</head>
<div class="bg">
<?php include("navi.html"); ?>
<div class="body">
<div class="side-left">
<?php include("sidebar_left.html"); ?>

</div>
<div class="main">


</div>
<div class="side-right">
<?php include("sidebar_right.html"); ?>

</div>
<br /><center><a href="http://www.darkfluppi.deviantart.com">&copy; by Fluppi</a></center><br />
</div>
</div>
</body>
</html>
[/HTML]
ipulf ist offline   Mit Zitat antworten