hey leute... i bin gerade dabei ne neue vereinspage zu bastel... jetzt ist folgendes problem aufgetreten...
i habe die komplette seite mit hilfe einer tabelle aufgebaut und will in dieser tabelle eine php-news seite mit hilfe der include funktion einbauen... leider klappt dies aber nicht... i habe mal den quellcode mit eingefügt... vielleicht kann man mir ja behilflich sein...
i habe die komplette seite mit hilfe einer tabelle aufgebaut und will in dieser tabelle eine php-news seite mit hilfe der include funktion einbauen... leider klappt dies aber nicht... i habe mal den quellcode mit eingefügt... vielleicht kann man mir ja behilflich sein...
Code:
<!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>SV Medizin Eberswalde e.V. | Abteilung Fussball</title> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> </script> <style> body, textarea { scrollbar-base-color:#ffffff; scrollbar-3dlight-color:#337BC1; scrollbar-arrow-color:#337BC1; scrollbar-darkshadow-color:#000000; scrollbar-face-color:#ffffff; scrollbar-highlight-color:#337BC1; scrollbar-shadow-color:#000000; scrollbar-track-color:#ffffff; } </style> <STYLE> BODY { background-color:#9CB8D3; font-family:Verdana,Arial,Tahoma; font-size:8pt; color:#337BC1 } A { font-family:Verdana,Arial,Tahoma; font-size:8pt; color:#337BC1 } H1 { font-family:Verdana,Arial,Tahoma; font-size:16pt; color:#337BC1 } HR { color:#ffffff } TD { font-family:Verdana,Arial,Tahoma; font-size:8pt; color:#337BC1 } INPUT,TEXTAREA { background-color:#ffffff; border:1px solid #E39C0D; font-family:Arial,Tahoma; font-size:8pt; color:#337BC1; } </STYLE> <style type="text/css"> <!-- body { background-color: #9CB8D3; } --> </style></head> <body> <div align="center"> <table width="780" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="63" colspan="3"><img src="../aufbau/mainsite/oben.jpg" width="780" height="63" border="0" usemap="#Map" galleryimg="no"></td> </tr> <tr> <td height="42" colspan="3"><img src="../aufbau/mainsite/navigation/verein.jpg" width="780" height="42" border="0" usemap="#navi" galleryimg="no"></td> </tr> <tr> <td width="144" height="495" background="../aufbau/mainsite/links.jpg"> </td> <td width="493" align="left" valign="top" bgcolor="#FFFFFF"> [COLOR=red] <?php include(“href="http://www.medizin-finowtal.de/sites/news/news.php”); ?>[/COLOR] </td> <td width="143"><img src="../aufbau/mainsite/sponsoren.jpg" width="143" height="495" border="0" usemap="#sponsoren" galleryimg="no"></td> </tr> </table> </div> <map name="sponsoren" id="sponsoren"> <area shape="rect" coords="16,4,133,53" href="#" alt="Wäschereibetriebe Targatz GmbH" onClick="MM_openBrWindow('http://www.targatz.de','','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=600')"> <area shape="rect" coords="16,64,132,111" href="#" alt="Nike" onClick="MM_openBrWindow('http://www.nike.de','','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=600')"> <area shape="rect" coords="16,122,133,171" href="#" alt="Sparkasse Barnim" onClick="MM_openBrWindow('http://www.spk-barnim.de','','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=600')"> <area shape="rect" coords="16,181,133,231" href="#" alt="owayo" onClick="MM_openBrWindow('http://www.owayo.de','','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=600')"> <area shape="rect" coords="14,241,134,291" href="#" alt="Forum Medizin Eberswalde" onClick="MM_openBrWindow('http://www.medizin-finowtal.de/sites/forum/','','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=600')"> <area shape="rect" coords="14,299,134,403" href="#" alt="FANSHOP" onClick="MM_openBrWindow('http://www.spreadshirt.net/shop.php?sid=50458','','toolbar=yes,status=yes,scrollbars=yes,resizable=yes,width=800,height=600')"> </map> <map name="Map"> <area shape="rect" coords="718,4,776,13" href="#" alt="st-concepts.de" onClick="MM_openBrWindow('http://www.st-concepts.de','','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=600')"> </map> <map name="navi"> <area shape="rect" coords="144,2,181,16" href="home.php"> <area shape="rect" coords="194,2,233,16" href="news.php"> <area shape="rect" coords="246,3,302,15" href="team_a.php"> <area shape="rect" coords="316,1,378,16" href="team_b.php"> <area shape="rect" coords="392,1,448,15" href="team_c.php"> <area shape="rect" coords="461,3,504,17" href="team_d.php"> <area shape="rect" coords="516,1,570,16" href="team_e.php"> <area shape="rect" coords="584,1,621,16" href="gb.php"> <area shape="rect" coords="636,2,683,16" href="kontakt.php"> <area shape="rect" coords="194,19,226,32" href="news.php"> <area shape="rect" coords="471,19,533,34" href="sponsoren.php"> <area shape="rect" coords="246,19,298,31" href="vorstand.php"> <area shape="rect" coords="319,19,368,33" href="satzung.php"> <area shape="rect" coords="388,18,451,32" href="geschichte.php"> </map> </body> </html>
Kommentar