Erkennt die teaser_block.html keine Tabellen-Layouts?

Hier bekommst Du deutschsprachigen Support. Keine Fehlermeldungen oder Erweiterungswünsche bitte!
Post Reply
isp-master
Posts: 85
Joined: Mon 26. Feb 2007, 17:44

Erkennt die teaser_block.html keine Tabellen-Layouts?

Post 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,
User avatar
nekket
Posts: 613
Joined: Tue 18. Nov 2003, 15:46
Location: Baden-Baden
Contact:

Post 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
pixelpublic GmbH | Agentur für Neue Medien und Gestaltung
isp-master
Posts: 85
Joined: Mon 26. Feb 2007, 17:44

Post by isp-master »

Keine Chance. Ich habe definitiv den korrekten Pfad angegeben.

Mal davon abgesehen wird erst gar nicht die Tabelle im Quelltext angezeigt.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
isp-master
Posts: 85
Joined: Mon 26. Feb 2007, 17:44

Post by isp-master »

genau das ist es .-) !
Da muss ich wohl was verwechselt haben.

Super Danke.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
santscho
Posts: 1442
Joined: Mon 2. Apr 2007, 08:56
Location: Schweiz

Post 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
Post Reply