ich stell mich gerade sehr dämlich an, aber ich komm nicht weiter.
Ich bin gerade dabei einen Inhalt via Teaser/Artikellink darzustellen. Auf der Startseite, außerhalb des eigentlichen Kategorie-Navigationsbereiches.
Auszug aus meiner html-Vorlage für diesen Teaser/Artikellink:
Code: Select all
<!--TEASER_ENTRY_START//-->
<div>[PRIO] class="prio{PRIO}"[/PRIO]</div>
<div style="height: 100%; padding:5px; border-bottom:3px solid #fff; margin:0px; " >
<div><a style="font-size: 11px; text-decoration: none; color: #182f7b; text-align: justify; font-weight: bold;" href="{ARTICLELINK}" title="LIVESTORY AUS N E U E R S C H E I N U N G E N GANZ LESEN!" >{TITLE}</a>
<a style="text-decoration: none; border: 0px; " title="LIVESTORY AUS N E U E R S C H E I N U N G E N GANZ LESEN!" href="{ARTICLELINK}" >[IMAGE]<div style=" margin:0px 0px 0px 0">{IMAGE}</a>[CAPTION]<p>{CAPTION}</p>[/CAPTION]</div>[/IMAGE]
<div style="text-align: justify; padding-top: 5px; "> <div style="font-size: 9px; color: #00000; line-height: 115%; ">{SUMMARY} </div>
</div>
</div></div>
<!--TEASER_ENTRY_END//-->
Lieben Dank.