Page 1 of 1

Erkennt die teaser_block.html keine Tabellen-Layouts?

Posted: Thu 15. Nov 2007, 18:59
by isp-master
Hallo,

ich wollte gerne bei dem Artikellisting die Vorlage teaser_block.html bearbeiten.

Wollte folgenden Code einfügen:

Code: Select all

<table border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td width="9"><img src="art/body_oben_links.gif" alt="" height="11" width="9" border="0"></td>
		<td width="660" background="art/body_oben_mitte.gif"></td>
		<td width="9"><img src="art/body_oben_rechts.gif" alt="" height="11" width="9" border="0"></td>
	</tr>
	<tr>
		<td width="9" background="art/body_links_mitte.gif"></td>
		<td bgcolor="#ffffff" width="660"><br>
			<p>{PLATZHALTER}</p>
			<p><br>
			</p>
		</td>
		<td width="9" background="art/body_rechts_mitte.gif"></td>
	</tr>
	<tr>
		<td width="9"><img src="art/body_unten_links.gif" alt="" height="11" width="9" border="0"></td>
		<td width="660" background="art/body_unten_mitte.gif"></td>
		<td width="9"><img src="art/body_unten_rechts.gif" alt="" height="11" width="9" border="0"></td>
	</tr>
</table>
Bei der Ausgabe hinterher wird dies aber irgentwie nicht übernommen bzw. nicht angezeit.
Den Pfad zu den gif Dateien habe ich auch überprüft.
Woran kann das liegen?

Gruß aus dem Norden,

Posted: Thu 15. Nov 2007, 22:24
by nekket
Beachte bei den Bildern, dass die Pfade relativ sind. Die Pfade müssen so eingesetzt werden als ob die HTML Datei im gleichen Verzeichnis wie die index.php liegen würde. Verwende aber am besten absolute Pfade, beginnend mit einem \PFADZUMBILD\Dateiname.gif

Posted: Fri 16. Nov 2007, 09:02
by isp-master
Keine Chance. Ich habe definitiv den korrekten Pfad angegeben.

Mal davon abgesehen wird erst gar nicht die Tabelle im Quelltext angezeigt.

Posted: Fri 16. Nov 2007, 09:26
by flip-flop
Hi,
Mal davon abgesehen wird erst gar nicht die Tabelle im Quelltext angezeigt.
Diese Anweisungen hast du eingebaut und das richtige Template gewählt?
<!--TEASER_HEAD_START//-->
..............
<!--TEASER_HEAD_END//-->

<!--TEASER_ENTRY_START//-->
<table border="1" cellspacing="1" cellpadding="1">
<tr>
<td width="9"><img src="art/body_oben_links.gif" alt="" height="11" width="9" border="0"></td>
<td width="660" background="art/body_oben_mitte.gif"></td>
<td width="9"><img src="art/body_oben_rechts.gif" alt="" height="11" width="9" border="0"></td>
</tr>
<tr>
<td width="9" background="art/body_links_mitte.gif"></td>
<td bgcolor="#ffffff" width="660"><br>
<p>[SUMMARY]{SUMMARY}[/SUMMARY]</p>
<p><br>
</p>
</td>
<td width="9" background="art/body_rechts_mitte.gif"></td>
</tr>
<tr>
<td width="9"><img src="art/body_unten_links.gif" alt="" height="11" width="9" border="0"></td>
<td width="660" background="art/body_unten_mitte.gif"></td>
<td width="9"><img src="art/body_unten_rechts.gif" alt="" height="11" width="9" border="0"></td>
</tr>
</table>
<!--TEASER_ENTRY_END//-->

<!--TEASER_SPACER_START//-->
..............
<!--TEASER_SPACER_END//-->

<!--TEASER_FOOTER_START//-->
..............
<!--TEASER_FOOTER_END//-->
Knut

Posted: Fri 16. Nov 2007, 09:59
by isp-master
genau das ist es .-) !
Da muss ich wohl was verwechselt haben.

Super Danke.

Posted: Fri 16. Nov 2007, 10:25
by flip-flop
Dachtest wohl das seien Kommentare für den überlasteten Programmierer. :lol:

In all den Templates steht nichts nur zufällig drin, auch wenn sich einem der Sinn erst später erschließt. :D

Knut

Posted: Fri 16. Nov 2007, 17:44
by santscho
Meines sieht so aus:

CSS

Code: Select all

.teaser1 { display: block; float: none; background-color: #fff; background-image: url(rc_temp1_images/teaser_cross.gif); background-repeat: no-repeat; background-position: right bottom; clear: none; margin-top: 10px; margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px; border-top: 1px solid #777; border-bottom: 1px solid #777; order-top-style: solid; }
.teaser2 { display: block; float: left; background-color: #fff; background-image: url(rc_temp1_images/teaser_cross.gif); background-repeat: no-repeat; background-position: right bottom; width: 270px; margin-top: 10px; margin-right: 20px; margin-bottom: 10px; padding: 10px; border: solid 1px #777; order-top-style: solid; }
.teaser1title { text-transform: capitalize; float: none; clear: none; margin-top: 3px; padding-top: 2px; padding-bottom: 5px; border-top: 1px dotted #c00; border-bottom: 1px dotted #c00; }
.teaser1title a:link { color: #c00; font-weight: bold; text-transform: capitalize; }
.teaser1title a:active { color: #c00; font-weight: bold; text-decoration: none; text-transform: capitalize; }
.teaser1title a:visited { color: #c00; font-weight: bold; text-decoration: none; text-transform: capitalize; }
.teaser1title a:hover { color: #777; font-weight: bold; text-decoration: none; text-transform: capitalize; }
.teaser1subtitle { color: #777; font-weight: bold; text-transform: capitalize; float: none; clear: none; padding-bottom: 2px; }
.teaser1summary { font-style: italic; float: none; clear: none; }
.teaser1more { float: none; clear: none; margin-top: 5px; }
.teaser1date { font-size: 9px; float: none; clear: none; margin-top: 5px; }
Template.html

Code: Select all

<!--TEASER_HEAD_START//-->
<div style="margin:0 0 0 0;padding:0 0 0 0;width:auto;">
<!--TEASER_HEAD_END//-->

<!--TEASER_ENTRY_START//-->
	<div class="teaser1">
		<table width="100%" border="0">
			<tr align="left" valign="top">
				<td align="left" valign="top" width="120"><a href="{ARTICLELINK}">[IMAGE]<span style="float:left; margin:2px 5px 2px 0">{IMAGE}[CAPTION]<p>{CAPTION}</p>[/CAPTION]</span>[/IMAGE]</a></td>
				<td align="left" valign="top"><div class="teaser1title"><a href="{ARTICLELINK}">{TITLE}</a></div>
				<div class="teaser1subtitle">{SUBTITLE}</div>
				<div class="teaser1summary">{SUMMARY}</div>
				<div class="teaser1date">Article created: {LIVEDATE:j. F Y lang=EN}</div>
				<div class="teaser1more"><a href="{ARTICLELINK}">{GT:pointers_red_10}t{/GT}Read more...</a></div>
				</td>
			</tr>
			<tr align="left" valign="top">
				<td align="left" valign="top" width="120"></td>
				<td align="left" valign="top"></td>
			</tr>
		</table>
      </div>
	<!--TEASER_ENTRY_END//--><!--TEASER_SPACER_START//--><!--   <hr style="margin:7px 0 7px 0;padding:0;height:0;border:0;border-bottom:1px dotted #CCCCCC;clear:both" />
//--><!--TEASER_SPACER_END//--><!--TEASER_FOOTER_START//-->
	<div style="clear:both;height:1px"></div>
</div>
<!--TEASER_FOOTER_END//-->
Komischerweise brauche ich
[SUMMARY]{SUMMARY}[/SUMMARY]
gar nicht. Geht auch ohne. Funktioniert prima.

Santscho