Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2007-08-17 02:39:49
- facho
- Member
- Registered: 2007-04-15
- Posts: 64
Help with line spacing between Title and excerpt
I am using the following code to generate a list of articles within a certain category:
<txp:article_custom section=“Article” category=“Feature” limit=“800” excerpted=“Y” />
The above tag is wrapped in a <DIV> with the following style sheet:
#articlelist {
line-height: 10px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}
The excerpt text spacing seems to be controlled by the style sheet (10px), but not the spacing between the article title and the first line of text below it (excerpt).
Thoughts?
Offline