View Full Version : Tables are mean


Penguin_Otaku
07-19-2003, 05:56 AM
www31.brinkster.com/sanadahazuki/tacoman.html

Look at that and see the quotes part? It won't go into the part with the Newsticker! But I think it's the NewsTicker and not the Quotes. Because whenever I made another table, it went under quotes.

island_breeze
07-19-2003, 01:29 PM
I've run into this problem a few times. I'm not positive on how to fix it properly, but I know if you change the td height on the quotes column to the same height as the rest of the page, it'll get pushed up to where it should be

pb&j
07-19-2003, 02:10 PM
1. you have an extra </head> tag.
2. you are missing a starting <body> tag.
3. what is the ROWSPAN="50" doing in two of your TD tags?

fix those parts, try it, and post back if problems persist.

Penguin_Otaku
07-19-2003, 02:54 PM
The second rowspan was what was messing it up. Thank you PB.

Penguin_Otaku
07-19-2003, 05:45 PM
Ok, new set of problems, same 'ol thread.
1 it's not sticking in the corners now, it's kinda hanging in the middle of nowhere. aNd on the left side where it has the sections? It's hanging down as far as the right side does. Is there anyway to fix these?

MaGiCSuN
07-19-2003, 05:47 PM
you want it to fill up the whole screen? Then you have to edit teh width of the table and add the following to the <body> tag:

topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"

the code above make it go into the corner, but to make it fill you have to or add an bgcolor or edit the width of the table

Love,
Mirna

Penguin_Otaku
07-19-2003, 05:52 PM
First problem no longer remains and I thank you for your help.

The second one still lies there. I hope I don't have to use that "Div align=whatever" stuff. I tried it before and it didn't work. But I just want nice, tidy tables.

MaGiCSuN
07-19-2003, 05:56 PM
have you add to your <td> tags

valign="top"

Love,
Mirna

Penguin_Otaku
07-19-2003, 06:17 PM
In the td tags, it already has that code.