Abstand Artikeltitel und Untertitel
Abstand Artikeltitel und Untertitel
- wo kann man den verändern?
Danke für die Antwort
Abstand Artikeltitel und Untertitel (in der Überschrift) - wo kann man den verändern?
und zur Erklärung, was ich genau meinte, ein Bild dazu.
Wozu also 'ne Glaskugel
also trotz margin = 0 ein zu großer Abstand (siehe Bild)[/i]
versteh' ich nicht ganz, meine Frage lautete:pico wrote:...meine Glaskugel ist in Reperatur
Abstand Artikeltitel und Untertitel (in der Überschrift) - wo kann man den verändern?
und zur Erklärung, was ich genau meinte, ein Bild dazu.
Wozu also 'ne Glaskugel
da sieht es so aus:pico wrote:...schau Dir mal die Klassen h1 und h3 in der frontend.css an
Code: Select all
.articleHead, .articleList_tophead, h1, h2 {
font-weight: bold;
font-size: 15px;
font-family: "Arial Narrow", "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
line-height : 120%;
color : #000000;
margin-bottom: 0px;
margin-top: 0px;
}
.articleSubHead, .articleList_topsubhead, h3, h4 {
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
color: #6D7983;
line-height: 110%;
margin-bottom: 0px;
margin-top: 0px;
}
Hi
schau mal auf die
und das mit der Glaskugel - naja OK aber man sollte schon einen etwas Aussagekräftigeren Titel für einen Thread wählen.
schau mal auf die
Code: Select all
line-height:
Danke, damit kommen wir der Sache schon näher, aber das ist immer noch nicht das, was ich suche, denn es wirkt sich nur im Artikel selber aus.pico wrote:Code: Select all
line-height:
Und ich dachte, man sieht an dem Bild (">> mehr"), worum es sich handeltpepe wrote:Handelt es sich dabei z.B. um den Ausschnitt eines
Artikellistings
oder einer
"normalen" Artikeldarstelung ???
Also dann nochmal genauer: wenn ich im Admin-Bereich bei einer Seitenebene bei "Anzahl der Top-Artikel" eine größere Zahl eingebe, erscheint auf der Startseite dieser Seitenebene die entsprechende (?) Anzahl Artikel mit dem Schlagtext. Wie man das genau bezeichnet, wusste ich nicht (deshalb das Bild).
Danke für Eure Geduld
Dann schau dir mal die Datei an, die für das Aussehen des Listings zuständig ist, wenn du die in der Artikelbasisinformation einbindest:<!--
sample template for article summary listing
===========================================
TITLE = article title
SUB = article subtitle
SUMMARY = article summary text
IMAGE = summary image (only the <img src="..."> tag)
ZOOMIMAGE = if the image is click-zoomable (<a href...><img...></a>)
CAPTION = summary image caption
ARTICLELINK = url to full article
MORE = the "more..." text/image like defined in template_defaults
BEFORE = show before listing entry
AFTER = show after listing entry
SPACE = show this between listings
DATE = show article date {DATE:FORMAT:LANG} or {DATE:FORMAT}
EDITOR = name of editor
ARTICLEID = ID of list entry
//-->
[SPACE]<hr>[/SPACE]
<div>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td width="150" valign="top">
[IMAGE]<div><a href="{ARTICLELINK}">{IMAGE}</a></div>[/IMAGE]
[CAPTION]<div align="center">{CAPTION}</div>[/CAPTION]
</td>
<td width="10"><img src="img/leer.gif" border="0" width="10" height="1" alt=""></td>
<td width="98%" valign="top">
[TITLE]<h1 style="margin:0 0 5px 0;">{TITLE}</h1>[/TITLE]
[SUB]<h3 style="margin:0 0 5px 0;">{SUB}</h3>[/SUB]
[SUMMARY]<p style="margin:0"><strong>{DATE:F:DE}</strong> {SUMMARY}</p>[/SUMMARY]
[MORE]<a href="{ARTICLELINK}">{MORE}</a>[/MORE]
</td>
</tr>
</table>
</div>
phpwcms_templates/inc_cntpart/articlesummary/list/sample.tmpl
Hier kannst du mit Hilfe von eigenen Klassen oder HTML-Anweisungen das Aussehen in weiten Grenzen beeinflussen!
Und die Suche führt zu dem Ergebnis, dass es doch nicht gehtpepe wrote:Ja... wie's geht, findest du hier im Forum...
Wo ???? SUCHEN
http://www.phpwcms.de/forum/viewtopic.p ... s+standard
.... garantiert... steht's hier im Forum... hab ich selber dort "abgekupfert"...
Papps Antwort ist ja auch schon etwas älter
Also weiter suchen
Das hatte ich mir "ausgeschnitten".... weiß aber nicht mehr von wem es war....
Unterschrift war leider "abgeschnitten"
Papps Antwort ist ja auch schon etwas älter
Also weiter suchen
Code: Select all
my workaround for this issue is to add "default.tmpl" to line 170 of
Alte Version
phpwcms/inc_cntpart/articlesummary/article/article.editsummary.tmpl.php
Neue Version
include/inc_tmpl/article.editsummary.tmpl.php
Code:
echo '<option value="default.tmpl"'.$vals.'>'.$BL['be_cnt_default']."</option>\n";
------------
it automatically assigns default.tmpl to the article summary of all newly created articles as if it were selected by hand - you must have a default.tmpl within
phpwcms/inc_cntpart/articlesummary/article/ too...
It does mean that you will need to 'touch' each existing articles summary to correct the database go into the article summary then save - no editing required)
the fix is the same for the "articlesummary list" too...
line 152 of the same file
Code:
echo '<option value="default.tmpl"'.$vals.'>'.$BL['be_cnt_default']."</option>\n";
------------
ps: i use .htm so that dreamweaver shows me pretty coloured syntax
Unterschrift war leider "abgeschnitten"
Danke, pepe,
der Tipp ist übrigens von pSouper in:
http://www.phpwcms.de/forum/viewtopic.p ... l+line+170
der Tipp ist übrigens von pSouper in:
http://www.phpwcms.de/forum/viewtopic.p ... l+line+170