Punk Bunny
10-22-2003, 09:37 AM
How i want the layout to look like (http://www.boomspeed.com/punkbunny/sitelayoutthingy.JPG)
Could someone help me with this? That's how i want my site to look but whatever i try i can't get it to look like that. Can anyone help me?
Sheila
10-22-2003, 09:41 AM
Do you want to use tables (http://www.lissaexplains.com/tables.shtml) or frames (http://www.lissaexplains.com/frames.shtml)?
Punk Bunny
10-22-2003, 09:43 AM
ummm...Tables I guess. :)
MaGiCSuN
10-22-2003, 03:04 PM
<table border="1" cellspacing="0" cellpadding="0" height="#" width="#">
<tr><td valign="top" colspan=2>site title here</td></tr>
<tr><td valign="top">main picture of site here</td>
<td valign="top" rowspan=2> where all the writings goes and stuff</td></tr>
<tr><td valign="top">page links go here eg guestbook etc</td></tr></table>
to make that "main picture of site here" bigger then the "page links go here eg guestbook etc" you can just add height="#" and width="#" to the <td> tag from that certain cell.
Love,
Mirna