Problem mit Seitenlayout und Vorlage
Posted: Wed 16. Jul 2008, 01:00
Hallo erstmal,
ich bin neu hier und will nun mich mal mit PHPwCMS versuchen doch leider krieg ich das nicht hin. Hoffe auf eure Hilfe. Ich habe eine wie ich finde schicke Internetseite programmiert und möchte die nun so modifizieren das es per Layout für PHPwCMS läuft.
Mein Code:
Dabei müssen unbedingt 2 Sachen beachtet werden:
1. Navigation erfolgt durch einen Flash-Banner mit Buttons. Könnte es da zu Problemen führen?
2. Je aktivierten Klick sollten Inhalt 1 und Inhalt 2 (siehe Code) angesprochen werden. Diese sollen durch die PHPwCMS gemanaged werden.
Da ihr euch damit bestimmt auskennt, hoffe ich auf eure Hilfe.
Danke schon mal im Voraus...
ich bin neu hier und will nun mich mal mit PHPwCMS versuchen doch leider krieg ich das nicht hin. Hoffe auf eure Hilfe. Ich habe eine wie ich finde schicke Internetseite programmiert und möchte die nun so modifizieren das es per Layout für PHPwCMS läuft.
Mein Code:
Code: Select all
<html>
<head>
<title>Sven Ruppert | Rund um Ihr Heim |</title>
<link rel="shortcut icon" href="images/icon.ico" />
<meta name="title" content="Sven Ruppert, Rund um Ihr Heim, Ihr Partner mit den fairen Preisen">
<meta name="keywords"
content="Sven Ruppert, Rund um Ihr Heim, Ihr Partner mit den fairen Preisen">
<meta name="description"
content="Sven Ruppert, Rund um Ihr Heim, Ihr Partner mit den fairen Preisen">
<meta name="language" content="German, de, deutsch">
<meta name="author" content="Sven Ruppert">
<meta name="publisher" content="www.rund-um-ihr-heim.de">
<meta name="revisit-after" content="after 20 days">
<meta name="date" content="2008-07-14">
<meta name="page-topic" content="Sven Ruppert, Rund um Ihr Heim, Ihr Partner mit den fairen Preisen">
<meta name="page-type" content="Homepage,Information">
<meta name="audience" content="Alle,Unternehmer,Bauherren">
<meta name="robots" content="index,follow">
<meta name="pragma" content="no-cache">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="images/icon.ico" />
</head>
<body id="page2">
<table style="height:auto;">
<tr>
<td align="center">
<table>
<tr>
<td class="left_tall"></td>
<td id="header">
<table>
<tr>
<td class="row_1">
<table style="width:766px">
<tr>
<td class="col_1" style="height:185px; width:766px">
<div style="z-index:1"><!--Valid flash version 8.0-->
<object style="position:absolute; margin-top:-12px;"classid="clsid:D27CDB6E-AE6D-11cf- 96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
width="766" height="250">
<param name="movie" value="flash/header_v8.swf?button=1">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
<!--[if !IE]> <-->
<object data="flash/header_v8.swf?button=1" width="766" height="250" type="application/x-shockwave-flash">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">
FAIL (the browser should render some flash content, not this).
</object>
<!--> <![endif]-->
</object>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="row_3">
<table class="auto">
<tr>
<td style="padding-top:8px; width:426px;">
<div style="z-index:0;">
<!--Valid flash version 8.0-->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
width="426" height="124">
<param name="movie" value="flash/banners_v8.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
<!--[if !IE]> <-->
<object data="flash/banners_v8.swf"
width="426" height="124" type="application/x-shockwave-flash">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">
FAIL (the browser should render some flash content, not this).
</object>
<!--> <![endif]-->
</object>
</div>
</td>
<td class="col_3" style="width:339px;">
<table class="auto">
<tr>
<td class="c1">
<img class="title" alt="" src="images/bann_t3.gif" style="margin-right:20px;"><br />
<img alt="" src="images/spacer.gif" width="1" height="1" /><br />
</td>
<td class="c2">
<div style="margin:0 0 0 20px" align="right"><p><b>RUND UM IHR HEIM</b></p><p>Turleyring 15 / 09376 Oelsnitz<br>Tel: +49 37298 / 31 44 20<br>Fax: +49 37298 / 31 44 22<br>svenruppert@ruih.de</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="right_tall"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" class="tall_center">
<table style="width:766px;">
<tr>
<td id="content">
<table>
<tr>
<td class="col_1" width="550">
<<<< Inhalt 1 >>>>
</td>
<td class="col_2" width="216">
<table>
<tr>
<td class="c1">
<<<< Inhalt 2 >>>>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" class="tall_bottom">
<table style="width:766px; background:url(images/footer_bgd.jpg) repeat-x left top;">
<tr>
<td id="footer"><div>powered by <a href="www.FISCHELZONE.net">www.FISCHELZONE.net</a> © 2008 <img alt="" src="images/footer_marker.gif" style="margin-right:3px;"> <a href="impressum.php">Impressum</a> <img alt="" src="images/footer_marker.gif" style="margin-right:3px;"> </div></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
1. Navigation erfolgt durch einen Flash-Banner mit Buttons. Könnte es da zu Problemen führen?
2. Je aktivierten Klick sollten Inhalt 1 und Inhalt 2 (siehe Code) angesprochen werden. Diese sollen durch die PHPwCMS gemanaged werden.
Da ihr euch damit bestimmt auskennt, hoffe ich auf eure Hilfe.
Danke schon mal im Voraus...