das prob seht ihr hier:
http://www.ofp-2.com/online/news/
das news script sollte eigentlich neben die navi. da muss wohl was mit den tabellen anders. aber wie ?? ich hoffe ihr könnt mir helfen.... thx für jede antwort
und hier der quellcode:
http://www.ofp-2.com/online/news/
das news script sollte eigentlich neben die navi. da muss wohl was mit den tabellen anders. aber wie ?? ich hoffe ihr könnt mir helfen.... thx für jede antwort
und hier der quellcode:
PHP-Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive">
<title>[url]www.ofp-2.com[/url] - Your OFP, OFP2, SSW community</title>
<style type="text/css" media="all"><!--
A:link { color: #000000; font-size: 11px; font-family: Verdana; text-decoration: none }
A:visited{text-decoration: none; color : #000000; font-family: Verdana; font-size: 11px; }
A:active { text-decoration: unone; color : #000000; font-family: Verdana; font-size: 11px; }
A:hover {text-decoration: underline overline; color : #000000; font-family: Verdana; font-size: 11px; }
--></style>
</head>
<body bgcolor="#5A6B60">
<center>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="300" height="269" background="banner1.jpg"></td>
<td width="558" height="269" background="banner2.jpg"></td>
<td width="142" height="269" background="banner3.jpg"></td>
</tr>
<tr>
<td width="300" height="431" >
<table width="300" border="0" cellspacing="0" cellpadding="0" height="431">
<tr height="36">
<td background="navi1.jpg"></td>
</tr>
<tr height="46">
<td background="navi2.jpg"><center>
<table width="239" border="0" cellspacing="0" cellpadding="0">
<tr height="2">
<td></td>
</tr>
<tr>
<td width="46"></td>
<td ><a href="index.php?action=home">.home</a></td>
<td width="7"></td>
<td><a href="index.php?action=home">.news</a></td>
</tr>
<tr height="2">
<td></td>
</tr>
<tr>
<td width="46"></td>
<td><a href="index.php?action=download">.download</a></td>
<td width="7"></td>
<td><a href="index.php?action=download">.forum</a></td>
</tr>
<tr height="2">
<td></td>
</tr>
<tr>
<td width="46"></td>
<td><a href="index.php?action=download">.kontakt</a></td>
<td width="7"></td>
<td><a href="index.php?action=download">.impressum</a></td>
</tr>
</table>
</center>
</td>
</tr>
<tr height="350">
<td background="navi3.jpg"></td>
</tr>
</table>
</td></tr>
</table>
<table><tr><td bgcolor="#5A6B60">
<?php
switch($_GET['action']){
case "news": include("http://www.ofp-2.com/online/news/newsindex.php"); break;
case "home": include("http://www.ofp-2.com/online/home.php"); break;
default: include("http://www.ofp-2.com/online/news/newsindex.php"); break;
} ?>
</td>
<td width="142" height="431" background="subnavi.jpg"></td>
</tr></table>
</table>
</center>
</body>
</html>
Kommentar