View Full Version : Need Help With Table Code!


dual_wielder
02-17-2005, 12:07 PM
Okay i need help with my table code! I want my content bit in the table to be at the top center but it doesn't want to let me and my right link need to go right top! here is the link to my code(it is a .txt file)

code (http://www.angeltowns4.com/members/fahad/index2.txt)

the images aren't there because i haven't uploaded them yet! but once you see that! please go to view >source and see the source because i don't know what is wrong with the code! so please help me!

dual_wielder
02-17-2005, 12:27 PM
i can't seem to edit! oh well....the images aren't there because i haven't uploaded them yet! but once you see that! please go to view >source and see the source because i don't know what is wrong with the code! so please help me!

Dutch.American
02-17-2005, 01:51 PM
I don't understand what you want.

Try explaining it a little better and I'll see what I can do.

pb&j
02-17-2005, 03:21 PM
try changing this part...
border-width:1;
to this...
border-width:1px;
in your "head" css.

and your probable fix is to change this part...
<td width="120" height="350" valign="top" halign="center">
to this...
<td height="350" valign="top" align="center">
you will have to look at the other TD tags too. if they have a width in them, take it out considering you only have one column which will take on the width of the table itself.

it looks like one column of 5 cells visually, is that what you are trying to make it look like? if not, perhaps draw a picture of the table layout you want and we can fix it up for ya.