[TYPO3-ttnews] Inline display of more-link

Žiga Dolhar ziga at dolhar.si
Sat Oct 15 12:38:59 CEST 2011


Absent a better solution, I temporarily solved it using CSS by 
formatting the last paragraph with display:inline.

Since more-link is an A contained in a SPAN, using P:LAST-CHILD doesn't 
work, I used p:nth-last-child(2).


On 14.10.2011 22:41, Žiga Dolhar wrote:
> Dear List,
>
> In LIST view of tt_news, I would like to display "more" link inline and
> not in a separate line.
>
> Stripping HTML from subheader is unfortunatelly not an option - I would
> like to keep formatting (for instance, paragraphs).
>
> Is there a way to add the link just before the last </p> tag?
>
> Yours,
> Žiga Dolhar



More information about the TYPO3-project-tt-news mailing list