tanfwc
12-15-2003, 01:02 AM
can anyone help me create a web page template like this?
http://soares.*****.org/
the template look cool...
http://soares.*****.org/
the template look cool...
|
Click to See Complete Forum and Search --> : can anyone help me with this? tanfwc 12-15-2003, 01:02 AM can anyone help me create a web page template like this? http://soares.*****.org/ the template look cool... Pittimann 12-15-2003, 03:03 AM Hi! The animated logo at the top is a flash movie inside a table cell. Menu and content are two table cells of another table nested in the cell containig the logo. The bottom stuff is in an own table. All styles coming from an external css file. If you have that .css file (put it in the proper place) and use this code: <HTML> <HEAD> <TITLE>Your title</TITLE> <meta name="ICBM" content="45.48580, -73.62280"> <LINK media=screen href="stylesheet.css" type=text/css rel=stylesheet> </HEAD> <BODY> <TABLE height=258 cellSpacing=0 width=750 align=center border=0> <TBODY> <TR vAlign=top> <TD width=750 class=titles2> <center> Logo here</center> <TABLE height=445 cellSpacing=5 cellPadding=5 width=750 border=0> <TBODY> <TR vAlign=top> <TD class=menu width=125> <P class=navbar> <b>Menu</b><br> </P> <center> <br><hr width="50%"> <P class=titles2> ads here</center> </P> </TD> <TD class=tdcolor width=625> <P class=titles2>main contents</P> <P class=normaltext> I control this site and the server it is located on! </P> </TD> </TR> </TBODY> </TABLE> </TD> </TR> </TBODY> </TABLE> <TABLE width=744 align=center border=0> <TBODY> <TR> <TD class=tdcolor align=middle> <p class=normaltext> bottom<br><br> </p> </TD> </TR> </TBODY> </TABLE> </BODY> </HTML> you'll have something similar... Cheers - Pit pyro 12-15-2003, 08:19 AM Since this has nothing to do with PHP, I'll move it to the General section for you... webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |