NEWSLISTSTYLE with 3 colums

e107 CMS » Forums » e107 Code » Code Modification / Plugin / Announcement and Releases << Previous thread | Next thread >>
akogo
Apr 14 2012, 03:18AM
Registered Member #48197
Joined: Nov 07 2008, 12:20PM
Location: Polska
Posts: 159
Hi
I changed the news on the three columns using the news_template.php with code:
$NEWSCOLUMNS = 3;
$NEWSCLAYOUT = "
<table style='width: 100%;'>
<tr>
<td style='width: 31%; vertical-align: top;'>{ITEMS1}</td>
<td style='width: 3%;'></td>
<td style='width: 32%; vertical-align: top;'>{ITEMS2}</td>
<td style='width: 3%;'></td>
<td style='width: 31%; vertical-align: top;'>{ITEMS3}</td>
</tr>
</table>
";

Now also I would like 3 columns in the NEWSLISTSTYLE variable. Can somebody help me?
Go to top
Website
 

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System