witam,
mam problem chciałbym stworzyć działy i inne podstrony w szerokości 80%, a reszte 20% na bloki po prawej stronie, lecz jednak nie wychodzi mi to, i mam pytanie jak takowe zrobić, podaje kod overall_header.tpl i overall_footer.tpl
Kod:
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td bgcolor="#000B2E" height="10" align="left" /><div style="padding:8px"><span class="bars"><a href="http://www.xxx.pl/" title="xxx" class="bars">http://www.xxx.pl</a> | <a href="http://www.xxx.pl/" class="bars" title="xxx">http://www.xxx.pl</a></td>
</tr>
<tr><td bgcolor="#E3007B" height="5px"></td></tr>
<tr>
<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td bgcolor="#201B17"><a href="{U_INDEX}"><img src="templates/subSilver/images/xxx.jpg" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
</tr>
<tr><td bgcolor="#E3007B" height="5px"></td></tr>
</table>
<div style="margin-right:-1px;">
<table width="20%" cellpadding="3" cellspacing="1" border="0" class="menuline" align="right">
<tr>
<td colspan="2" height="20" bgcolor="#D20074"><span class="cattitle">menu. nlib</span></td>
</tr>
<tr>
<td bgcolor="#201B17" align="left" valign="middle"><ul><li><a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a></li><li><a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a></li></ul></td>
</tr>
</table>
</div>
<div style="width: 80%;">
{REG_WARN}
<br />
Kod:
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request you at least leave in place the
Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
The phpBB Group : 2002
// -->
</div>
</td>
</tr>
<tr><td bgcolor="#E3007B" height="5px"></td></tr>
<tr>
<td bgcolor="#000B2E" height="10" align="left" /><div style="padding:8px"><span class="bars">Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="bars">phpBB</a> © 2001, 2005 phpBB Group :: ©<a href="http://www.xxx.pl/" class="bars" title="xxx">xxx.pl</a>{TRANSLATION_INFO} :: {PAGE_GENERATION} {MYSQL_QUERIES}</span></div></td>
</tr>
</table>
</body>
</html>
chodzi mi o nastepujacy efekt.
bloki po prawej stronie mają być połączone topem ze stopką.
myśle, że to pare minut roboty, aby podzielić na 80% i 20% stronę : )
pozdrawiam