Hier bekommst Du deutschsprachigen Support. Keine Fehlermeldungen oder Erweiterungswünsche bitte!
isp-master
Posts: 85 Joined: Mon 26. Feb 2007, 17:44
Post
by isp-master » Thu 15. Nov 2007, 18:59
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,
nekket
Posts: 613 Joined: Tue 18. Nov 2003, 15:46
Location: Baden-Baden
Contact:
Post
by nekket » Thu 15. Nov 2007, 22:24
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
isp-master
Posts: 85 Joined: Mon 26. Feb 2007, 17:44
Post
by isp-master » Fri 16. Nov 2007, 09:02
Keine Chance. Ich habe definitiv den korrekten Pfad angegeben.
Mal davon abgesehen wird erst gar nicht die Tabelle im Quelltext angezeigt.
flip-flop
Moderator
Posts: 8178 Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:
Post
by flip-flop » Fri 16. Nov 2007, 09:26
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
isp-master
Posts: 85 Joined: Mon 26. Feb 2007, 17:44
Post
by isp-master » Fri 16. Nov 2007, 09:59
genau das ist es .-) !
Da muss ich wohl was verwechselt haben.
Super Danke.
flip-flop
Moderator
Posts: 8178 Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:
Post
by flip-flop » Fri 16. Nov 2007, 10:25
Dachtest wohl das seien Kommentare für den überlasteten Programmierer.
In all den Templates steht nichts nur zufällig drin, auch wenn sich einem der Sinn erst später erschließt.
Knut
santscho
Posts: 1442 Joined: Mon 2. Apr 2007, 08:56
Location: Schweiz
Post
by santscho » Fri 16. Nov 2007, 17:44
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