2 columns layout on center page
capslock 0
From: -
From: -
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
Philipp
From: Vienna, Austria
Administrator
1340From: 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.
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
capslock
OP
0
From: -
From: -
2 columns layout on center page
look at this, the green area is where i mean:
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"> </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"> </td>
</tr>
</table>
1 Re: 2 columns layout on center page
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
2 columns layout on center page
Can you create a static example page of your 2 column layout?
Can you create a static example page of your 2 column layout?
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?