View Full Version : Help with tables please...


sound_angel
01-28-2004, 03:45 PM
i have a table in my website... and well I am trying to get the middle graphic called title to the center of the page.. it looks great in 800x600 settings but when you go up a notch you really notice how off center is

THis is the code i have so far.. can anyone help me get this middle one centered... i tried using center tags.. align tags nothing seems to work.. and i can't figure out why its going to the right...

please let me know.. thanks

<BODY aLink=#001167 bgColor=#ffffff bottomMargin=0 leftMargin=0 link=#363636
rightMargin=0 text=#000000 topMargin=0 vLink=#363636 marginwidth="0"
marginheight="0">

<TABLE bgcolor="#B59677" border=0 cellPadding=0 cellSpacing=0 width="100%">
<TBODY>
<TR>
<TD height=114 vAlign=bottom width="100%">

<img src="bio.jpg"><br>
<img src="film.jpg"><br>
<img src="photos.jpg"><br>
<img src="multi.jpg">
</TD>
<td><img src="title.jpg"></td>
<td>
<img src="fans.jpg"><br>
<img src="forum.jpg"><br>
<img src="links.jpg"><br>
<img src="misc.jpg">


</td></TR>
</TBODY></TABLE>

MaGiCSuN
01-28-2004, 03:52 PM
Do you have it uploaded somewhere so that we can see it?

Love,
Mirna

sound_angel
01-28-2004, 04:01 PM
http://www.geocities.com/capsite001/

sound_angel
01-28-2004, 04:37 PM
I just figured out what was wrong.. i had a width="100%" in the first td...

thanks for the help...