News formating
Posted: Fri Apr 08, 2011 9:15 am
Hi all,
I am using the default summary template and CSS for the news module and want to put the "[more]" link just next to the summary paragraph instead of below.
Instead of
I have tried to put display: inline in the ..NewsSummaryMorelink and ..NewsSummarySummary CSS classes to no avail. I have also tried to put the {$entry->morelink} variable inside the <div class="NewsSummarySummary"> with the same (bad)luck.
Any idea?
I am using the default summary template and CSS for the news module and want to put the "[more]" link just next to the summary paragraph instead of below.
Code: Select all
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vestibulum sapien vel mi ultrices convallis. Curabitur mattis hendrerit augue sit amet vulputate. Praesent pretium sodales metus at semper. Etiam sed lectus id mi porta egestas. Donec interdum euismod luctus. Suspendisse quis justo arcu. [more]
Code: Select all
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vestibulum sapien vel mi ultrices convallis. Curabitur mattis hendrerit augue sit amet vulputate. Praesent pretium sodales metus at semper. Etiam sed lectus id mi porta egestas. Donec interdum euismod luctus. Suspendisse quis justo arcu.
[more]
Any idea?