Customizing the "{RELATED:list_count_:keyword}" ta

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
th3bl0b
Posts: 1
Joined: Wed 5. Sep 2007, 14:56

Customizing the "{RELATED:list_count_:keyword}" ta

Post by th3bl0b »

I have been trying to build a website that lists articles out in a row, but this

Code: Select all

{RELATED:list_count_:keyword}
was the closest i have gotten. is there any possible way to customize this tag so it comes out as a list in a row such as...
"Article 1 | Article 2 | Article 3 | etc."
like that? or is this not possible?
armababy
Posts: 30
Joined: Wed 22. Aug 2007, 06:14

Post by armababy »

In theory you should use css property display

Code: Select all

 .related {display:inline}
But probably as i know this cms its defined somewhere in front.ext.php that Related and New RT apear as block
Post Reply