This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

2 columns layout on center page


avatar
capslock 0
From: -
2 columns layout on center page

I need to have another column near the news one on the front page.
As you can see on  http://beta.moddingplanet.it , news are in the center, but i need the latest reviews to show exactly near the news column, creating a 2 columns layout.
How cai i modify the templates?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: 2 columns layout on center page
avatar
Administrator
1340
From: Vienna, Austria
2 columns layout on center page

Can you post a complete example page incl. example news/reviews/annoucements? This would be a great help.
1 Re: 2 columns layout on center page
avatar
OP 0
From: -
2 columns layout on center page

look at this, the green area is where i mean:

<table width="100%" border="3" cellpadding="5" cellspacing="5" bordercolor="#0033FF">
<tr>
<td width="250">&nbsp;</td>
<td bgcolor="#CCE0FF"><table width="100%" border="2" cellpadding="0" cellspacing="0" bordercolor="#FF0000">
<tr>
<td colspan="2"><div align="center">news block here </div></td>
</tr>
<tr>
<td colspan="2"><div align="center">announcement here </div></td>
</tr>
<tr bgcolor="#00FF66">
<td width="50%"><div align="center"><strong>latest reviews here </strong></div></td>
<td width="50%"><div align="center">news here </div></td>
</tr>
</table></td>
<td width="250">&nbsp;</td>
</tr>
</table>
1 Re: 2 columns layout on center page
avatar
Administrator
1340
From: Vienna, Austria
2 columns layout on center page

Can you create a static example page of your 2 column layout?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.