the current site's location is:
http://www.vigge.net, register and check it out
I've thought alot about it, but i can't come up with a good idea on how to build this thing.
I need ides on how to design the code, so please, give me
Moderator: General Moderators
Code: Select all
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Strict//EN'>
<HTML>
<HEAD>
<title>{title}</title>
<link rel='stylesheet' href='skins/{stylesheet}'>
{head_section}
</HEAD>
<BODY OnLoad='start_clock()'>
<table align='center' border='0' cellspacing='10' cellpadding='0'>
<tr>
{left}
<td>
<table class='content_tbl' align='center' cellspacing='2' width='300' cellpadding='1'>
<tr>
<td class='titlebar' colspan='10'>
{titlebar}
</td>
</tr>
<tr>
<td colspan='10'>
{section_head}
</td>
</tr>
{main}
</table>
</td>
{right}
</tr>
</table>
</BODY>
</HTML>