Problem mit Seitenlayout und Vorlage

Hier bekommst Du deutschsprachigen Support. Keine Fehlermeldungen oder Erweiterungswünsche bitte!
Fischel
Posts: 37
Joined: Fri 1. Jun 2007, 09:14

Problem mit Seitenlayout und Vorlage

Post by Fischel »

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:

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> &copy; 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>
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...
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Re: Problem mit Seitenlayout und Vorlage

Post by pepe »

Was bekommst du denn nicht hin ???

Solange deine FLASH-Navigation URLs als Link/Zieladresse ausspucken kann... sehe ich kein Problem.
Wenn ich auch von Flash keinen Schimmer habe, aber phpwcms sollte das aufnehmen und entsprechend "reagieren" können.

Allerdings würde der große Vorteil von CMS, die automatisch generierte Navigation, zunichte sein.
Wenn du damit leben kannst???
Fischel
Posts: 37
Joined: Fri 1. Jun 2007, 09:14

Re: Problem mit Seitenlayout und Vorlage

Post by Fischel »

Damit kann ich leben...jedoch bekomme ich das sogenannte Layout nicht hin, damit das PHPwCMS mein HTML Code richtig versteht. Tretten immer irgendwelche Fehler auf. Bräuchte quasi eine Anleitung was ich von dem HTML-Code in welche Feld bei dem layout eintragen muss. Damit auch keine weiteren Fehler funktionieren...
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Problem mit Seitenlayout und Vorlage

Post by flip-flop »

ADMIN -> Seitenlayout: -> Seitenlayout anlegen (oder vorhandenes verändern)
-> Rand: [x] abschalten
-> Seitentitel: [Mein Seitentitel]
-> Titel hinzufügen: [Auswahl treffen]
-> Seitenaufbau [x] Eigener (aus Vorlage Haupt-Block)
Der Rest bleibt leer.
ADMIN -> Vorlage: -> Vorlage anlegen (oder vorhandene verändern)
-> Layout [Seitenlayout zuweisen]
-> CSS Dateien: [Dateien aus dem Ordner /template/inc_css/* dem Layout zuweisen (Mehrfachauswahl <Strg><linke Maustaste>)]
-> HTML Kopf:
- <meta name=" Meine Tags" eintragen />
- <link rel="shortcut icon" href="favicon.ico" />
- <!--[if IE]><style>
............
</style><![endif]-->
- <script type="text/javascript" language="javascript">
<!--
............
//-->
</script>
-> Kopfzeile: bleibt leer

-> Haupt: Hier liegt die HTML-Quelle des Layouts
(alles zwischen <body> und </body> ohne diese beiden Tags, mit den Platzhaltern {HEADER}{CONTENT}{LEFT}{RIGHT}{FOOTER} )
z.B.
- <table style="height:auto;">
.........{CONTENT} ............
- </table>
(Ein div Layout ist sicher die bessere Wahl)

- Der Rest der Eingabefelder bleibt leer, bis auf
-> Fehler: Hier wird der Fehlertext (HTML) eingetragen (Dieser Text erscheint, wenn die aufgerufene Seite noch keinen Inhalt besitzt).
-------------------------------

Der Inhalt (Content) der Seite wird über die entsprechenden Artikel bzw. deren CPs (Contentparts) in die verfügbaren Platzhalter geschrieben.

Die Seitenstruktur wird unter ADMIN -> Seitenstruktur angelegt.
Der Seitenalias wird i.d.R. automatisch vergeben, kann aber auch überschrieben werden (Darf systemweit nicht doppelt vorkommen).
Jeder Kategorie (Seitenstrukturebene) wird ein Layout zugewiesen. (Theoretisch könnte also jede Kategorie ein eigenes Layout besitzen).

Um nun die Seite mit Inhalt zu füllen, muss in jeder Kategorie mindestens ein Artikel angelegt werden
-> ARTIKEL -> Kategorie [+] neuen Artikel erstellen.
-> ARTIKEL -> Artikel Basisinformationen bearbeiten
- Verlangt wird hier als Minimum der Artikeltitel und die Aktivierung des Artikels (unten links [x] sichtbar)
(Die restlichen Felder bleiben erst einmal unbeachtet).

Nun können mehrere CPs innerhalb dieses Artikel angelegt werden [ContentPart-Auswahl] [Hinzufügen]
- CP wählen, Ausgabeziel bestimmen (Ausgabe: [Platzhalter] Inhalt ausfüllen und unten links [x] sichtbar stellen).

-------------------------------
Eine NAVI in der Vorlage fehlt noch. ADMIN -> Vorlage: -> Vorlage wählen

An die für die NAVI gedachte Stelle diese - NAV_LIST_UL einsetzen.
z.B. vertikal: <div class="nlu_navi1">{NAV_LIST_UL:F,ID,,act_path,active}</div>
Dazu sollte anfangs die passende CSS Datei (/template/inc_css/nlu_navi1.css) aus NAV_LIST_UL der Vorlage zugewiesen werden (Siehe oben).

So sollte es für den Anfang funktionieren.

Knut
Last edited by flip-flop on Mon 22. Sep 2008, 08:02, edited 1 time in total.
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Fischel
Posts: 37
Joined: Fri 1. Jun 2007, 09:14

Re: Problem mit Seitenlayout und Vorlage

Post by Fischel »

Danke, für deine Anleitung...jedoch hab ich ein weiteres Problem: Die Seite wird zwar nun angezeigt aber nicht 100%ig korrekt.
HTML-Kopf:

Code: Select all

<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 rel="shortcut icon" href="http://www.rund-um-ihr-heim.de/images/icon.ico" />
HAUPT:

Code: Select all

<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 http://www.rund-um-ihr-heim.de/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/http://www.rund-um-ihr-heim.de/flash/swhttp://www.rund-um-ihr-heim.de/flash.cab#version=8,0,0,24"
	width="766" height="250">
	<param name="movie" value="http://www.rund-um-ihr-heim.de/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="http://www.rund-um-ihr-heim.de/flash/header_v8.swf?button=1" width="766" height="250" type="application/x-shockwave-http://www.rund-um-ihr-heim.de/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/gethttp://www.rund-um-ihr-heim.de/flashplayer">
                                             FAIL (the browser should render some http://www.rund-um-ihr-heim.de/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 http://www.rund-um-ihr-heim.de/flash version 8.0-->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  codebase="http://download.macromedia.com/pub/shockwave/cabs/http://www.rund-um-ihr-heim.de/flash/swhttp://www.rund-um-ihr-heim.de/flash.cab#version=8,0,0,24"
  width="426" height="124">
 <param name="movie" value="http://www.rund-um-ihr-heim.de/flash/banners_v8.swf"> 
 <param name="quality" value="high">
 <param name="menu" value="false">
  <param name="wmode" value="transparent">
 <!--[if !IE]> <-->
 <object data="http://www.rund-um-ihr-heim.de/flash/banners_v8.swf"
	width="426" height="124" type="application/x-shockwave-http://www.rund-um-ihr-heim.de/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/gethttp://www.rund-um-ihr-heim.de/flashplayer">
  FAIL (the browser should render some http://www.rund-um-ihr-heim.de/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="http://www.rund-um-ihr-heim.de/images/bann_t3.gif" style="margin-right:20px;"><br />
<img alt="" src="http://www.rund-um-ihr-heim.de/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">
	{CONTENT}
	</td>
	<td class="col_2" width="216">
<table>
	<tr>
<td class="c1">
	{RIGHT}
</td>
	</tr>
</table>
	</td>
</tr>
	</table>
</td>
	</tr>
</table>
	</td>
</tr>
<tr>
	<td align="center" class="tall_bottom">
<table style="width:766px; background:url(http://www.rund-um-ihr-heim.de/images/footer_bgd.jpg) repeat-x left top;">
	<tr>
<td id="footer"><div>powered by <a href="www.FISCHELZONE.net">www.FISCHELZONE.net</a> &copy; 2008 <img alt="" src="http://www.rund-um-ihr-heim.de/images/footer_marker.gif" style="margin-right:3px;"> <a href="index-7.html">Impressum</a> <img alt="" src="http://www.rund-um-ihr-heim.de/images/footer_marker.gif" style="margin-right:3px;"> </div></td>
	</tr>
</table>
	</td>
</tr>
	</table>
Fehler:

Code: Select all

<b>Es ist ein Fehler aufgetreten!</b>
Derzeit sind noch keine Inhalte hinterlegt.
Zudem hab ich nun die Inhalte der Seite auf 2 unterschiedlichen Servern liegen: PHPwCMS auf http://www.ruih.de und die Bilder und Co auf http://www.rund-um-ihr-heim.de. Des weiteren hab ich die CSS angepasst und ins CMS eingebunden und auch korrekt verlinkt.
CSS:

Code: Select all

/* CSS Document */

* {margin:0; padding:0;}

body { background:#88AFBD;}
#header .row_1 .col_1 .c1 { padding:24px 5px 0 15px;}
#header .row_3 .col_3 { background:url(http://www.rund-um-ihr-heim.de/images/head_banner_3_2.jpg) no-repeat right bottom;}
#content .col_1 { width:434px;}
#content .col_1 .img_indent { margin-top:3px;}
#content .col_1 .indent {  padding:50px 0 20px 0;}
#content .col_2 .indent { padding:21px 28px 23px 38px;}
#content .col_2 { background:url(http://www.rund-um-ihr-heim.de/images/p2_col_2_center.jpg) repeat-y;}
#content .col_2 table {background:url(http://www.rund-um-ihr-heim.de/images/p2_col_2_top.jpg) no-repeat left top;}
#content .col_2 .c1 {background:url(http://www.rund-um-ihr-heim.de/images/p2_col_2_btm.jpg) no-repeat left bottom;}
#content .col_2 .title { margin-left:3px;}
#content .col_2 .line_hor { margin:4px 0 20px 0;}
#content .col_2 .link1 { margin-left:3px;}
#content .col_2 ul { margin-left:3px;}
#footer { background:url(http://www.rund-um-ihr-heim.de/images/footer_bgd_right_2.jpg) no-repeat right top;}


td, input, textarea{
	font-family:Tahoma;
	font-size:11px;
	line-height:14px;  
	color:#001010;	
	vertical-align:top;
}

a { color:#D52D00;}
a:hover { text-decoration: none;}
a img { border:0;}

strong { color:#3A403C;}

.clear { clear:both;}

.auto { width:auto; height:auto;}

input, submit { vertical-align:middle;}

table { 
	border:0px;
	border-collapse:collapse;
	width:100%;
	height:100%;
}

.form { height:21px; margin-bottom:1px;}
.form input {width:186px; padding:1px 0 0 4px; height:18px; border:1px solid #8A979C; color:#464646; background:#D1DEE3;}
.form select { width:79px; height:18px; border:1px solid #8A979C; color:#464646; background:#D1DEE3; font-size:11px;}

.left_tall { background:url(http://www.rund-um-ihr-heim.de/images/tall_top_left.jpg) repeat-x top; width:50%;}
.right_tall {background:url(http://www.rund-um-ihr-heim.de/images/tall_top_right.jpg) repeat-x top; width:50%;}

.tall_bottom { background:url(http://www.rund-um-ihr-heim.de/images/footer_bgd.jpg) repeat-x;}
.tall_center { background:#FFFFFF;}

ul { list-style:none;}
li { background:url(http://www.rund-um-ihr-heim.de/images/marker.gif) no-repeat 0 7px; padding-left:7px;}
li a {  background:url(http://www.rund-um-ihr-heim.de/images/link_dot.gif) left bottom repeat-x;   line-height:18px; font-weight:bold; text-decoration:none;}
li a:hover { color:#000000;}
.img_indent { margin-right:22px;}

.title { margin-bottom:13px;}

.link1 {background:url(http://www.rund-um-ihr-heim.de/images/marker.gif) no-repeat 3px 5px; font-weight:bold; padding-left:9px; text-decoration:none;}
.link1 span {background:url(http://www.rund-um-ihr-heim.de/images/link_dot.gif) left bottom repeat-x;}
.link1:hover { color:#000000;}

.indent { padding:50px 37px 20px 40px;}

.line_hor { background:url(http://www.rund-um-ihr-heim.de/images/line_hor.gif) repeat-x; margin:21px 0 30px 0;}

/* header */
#header { height:317px;}
#header .row_1 { height:62px;}
#header .row_1 .col_1 { background:#FFFFFF;}
#header .row_1 .col_1 .c1 { padding:24px 18px 0 35px;}
#header .row_1 .col_1 .c2 { padding:24px 16px 0 13px;}
#header .row_1 .col_1 .c3 { padding:24px 19px 0 19px;}
#header .row_1 .col_1 .c4 { padding:24px 18px 0 20px;}
#header .row_1 .col_1 .c5 { padding:24px 12px 0 16px;}
#header .row_1 .col_1 .c6 { padding:24px 0 0 13px;}
#header .row_1 .col_1 .separ { padding:24px 0 0 0;}
#header .row_2 { height:131px; background:url(http://www.rund-um-ihr-heim.de/images/head_r2.jpg) no-repeat left top;}
#header .row_2 img { margin:41px 0 0 56px;}
#header .row_3 { height:124px; background:url(http://www.rund-um-ihr-heim.de/images/r_head.jpg) left bottom repeat-x;}
#header .row_3 .col_1 { width:207px; background:url(http://www.rund-um-ihr-heim.de/images/head_banner_1.jpg) no-repeat;}
#header .row_3 .col_1 div { padding:34px 0 0 17px;}
#header .row_3 .col_2 { width:219px; background:url(http://www.rund-um-ihr-heim.de/images/head_banner_2.jpg) no-repeat;}
#header .row_3 .col_2 div { padding:34px 0 0 17px;}
#header .row_3 .col_3 { width:340px; background:url(http://www.rund-um-ihr-heim.de/images/head_banner_3.jpg) no-repeat right bottom;}
#header .row_3 .col_3 .c1 { padding:34px 0 0 32px;}
#header .row_3 .col_3 .c2 { padding:28px 0 0 9px;}

#header .row_3 .img_indent { margin-right:14px;}
#header .row_3 .title { margin:3px 0 10px 0;}

/*content*/
#content { height:371px;}
#content .col_2 .indent { color:#303030;}
#content .rating_star { margin-left:2px;}

/*footer*/
#footer { height:52px; background:url(http://www.rund-um-ihr-heim.de/images/footer_bgd_right.jpg) no-repeat right top; color:#FFFFFF;}
#footer div { margin:15px 0 0 40px;}
#footer a { color:#FFFFFF; text-decoration:none;}
#footer a:hover { text-decoration:underline;}
Was mache ich nun noch falsch?
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Re: Problem mit Seitenlayout und Vorlage

Post by pepe »

Was wird denn wie falsch dargestellt??? Sieht doch schon ganz "passabel" aus !
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Problem mit Seitenlayout und Vorlage

Post by flip-flop »

Das weiß ich nicht. :D Bitte einen brauchbaren Link.

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Fischel
Posts: 37
Joined: Fri 1. Jun 2007, 09:14

Re: Problem mit Seitenlayout und Vorlage

Post by Fischel »

meinen kleinen Spass könnt ihr unter www.ruih.de/cms begutachten!!!!
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Problem mit Seitenlayout und Vorlage

Post by flip-flop »

Validiere bitte einmal die Seite htmltechnisch.

Ist der eingestelle DocType für deine Bedürfnisse richtig?

conf.inc.php
$phpwcms['mode_XHTML'] = 1; // Doctype: 1 = XHTML 1.0 Transitional, 0 = HTML 4.01 Transitional
$phpwcms['header_XML'] = 0; // Content Type: 1 = application/xhtml+xml, 0 = text/html
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Fischel
Posts: 37
Joined: Fri 1. Jun 2007, 09:14

Re: Problem mit Seitenlayout und Vorlage

Post by Fischel »

Das hab ich in die Conf.inc.php eingetragen aber ohne ein Resultat. Was meinst du mit validiere HTMLtechnisch????
Fischel
Posts: 37
Joined: Fri 1. Jun 2007, 09:14

Re: Problem mit Seitenlayout und Vorlage

Post by Fischel »

MEin Problem ist jedoch das die Seite nach rechts verschoben ist und das der gelbe Balken größer ist als ursprünglich (IE7)...leider weiß ich nicht woran das liegt!
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: Problem mit Seitenlayout und Vorlage

Post by update »

Kleine Validierungshilfe:
Result: 0 errors / 18 warnings

line 15 column 1 - Warning: <meta> element not empty or not closed
line 16 column 1 - Warning: <meta> element not empty or not closed
line 18 column 1 - Warning: <meta> element not empty or not closed
line 20 column 1 - Warning: <meta> element not empty or not closed
line 21 column 1 - Warning: <meta> element not empty or not closed
line 22 column 1 - Warning: <meta> element not empty or not closed
line 23 column 1 - Warning: <meta> element not empty or not closed
line 24 column 1 - Warning: <meta> element not empty or not closed
line 25 column 1 - Warning: <meta> element not empty or not closed
line 26 column 1 - Warning: <meta> element not empty or not closed
line 27 column 1 - Warning: <meta> element not empty or not closed
line 28 column 1 - Warning: <meta> element not empty or not closed
line 29 column 1 - Warning: <meta> element not empty or not closed
line 30 column 1 - Warning: <meta> element not empty or not closed
line 31 column 1 - Warning: <meta> element not empty or not closed
line 103 column 1 - Warning: <img> element not empty or not closed
line 186 column 99 - Warning: <img> element not empty or not closed
line 186 column 237 - Warning: <img> element not empty or not closed
Damit ist gemeint, dass Du Deine eigenen Metas so schreibst:

Code: Select all

<meta name="language" content="German, de, deutsch" />
Abgesehen davon entsteht bei mir die Frage, wieso Du ein CMS einsetzt (aber warscheinlich bist Du gerade volle Kanne im Umbruch ;) )
Good Luck :)
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Problem mit Seitenlayout und Vorlage

Post by flip-flop »

http://validator.w3.org/

Fange erst einmal mit diesem DocType an:

$phpwcms['mode_XHTML'] = 0; // Doctype: 1 = XHTML 1.0 Transitional, 0 = HTML 4.01 Transitional
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Fischel
Posts: 37
Joined: Fri 1. Jun 2007, 09:14

Re: Problem mit Seitenlayout und Vorlage

Post by Fischel »

Mit dem DocType hab ich geändert...keine Veränderung. *leider*

Die Validierung hilft mir auch nicht besonders weiter, hab die aufgezeigten Probleme gesucht und auch gefunden aber trotz der Änderung keinen wirklichen Erfolg erzielt.
Irgendwas mach ich echt verkehrt, nur was? (Die Frage an euch)
nuserXP
Posts: 89
Joined: Mon 28. Mar 2005, 11:37

Re: Problem mit Seitenlayout und Vorlage

Post by nuserXP »

Hallo Fischel,

der DocType behebt auch keine Fehler...

Das ist (imo leider) ein Tabellenlayout und die Zelle, in der der eigentliche Inhalt steht (#tall_center) ist zentriert. Der Rest der Seite ist aber eher linksbündig. Dadurch verschiebt sich der Inhalt wie auch Dein gelber Balken nach rechts.

Gleich auf der Startseite Zeile #107:

Code: Select all

<td align="center" class="tall_center">
Was passiert, wenn Du align="center" löschst?
Post Reply