Elli333
08-11-2006, 08:14 PM
Could someone just give me a code for a full page guild layout with three columns.
I know HOW to make the layout but not how to code it.
I know HOW to make the layout but not how to code it.
|
View Full Version : Code Elli333 08-11-2006, 08:14 PM Could someone just give me a code for a full page guild layout with three columns. I know HOW to make the layout but not how to code it. vadimo 08-11-2006, 10:44 PM here ya go: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <table width="800" height="600" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="300" height="600" valign="top">Content Here</td> <td width="300" valign="600">Content Here</td> <td width="200" valign="600">Content Here</td> </tr> </table> </body> </html> if u dont know HTML use Dreamweaver! |