TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Table Screw-Up

Page: 1 2 Reply
Apr 20th 2003#100457 Report
Member since: Mar 3rd 2003
Posts: 640
Problem (View Source Code)
Ok, for some reason, the last table is over lapping the second last table, and I don't know why. I want to right align the second last table, but when I do that, that bottom table over laps it. Anyone know why, or can anyone help me?
Reply with Quote Reply
Apr 20th 2003#100463 Report
Member since: Dec 24th 2001
Posts: 222
well i have problems with tables everytime i make them so i might be able to help...can you add a 1 px border to all your tables or something to make it more clear where one begins and ends because unlike the people in the matrix...not binary nor html turn into visuals when i look at it
Reply with Quote Reply
Apr 20th 2003#100466 Report
Member since: Apr 20th 2002
Posts: 3000
That's some disorganized code. :(

First off, INDENT!! Organize the tables, td, tr. You'll notice you have useless bits of tags lying about; the extra lone <td valign="top"> serves no purpose; the tables should align top by default and the second table doesn't need the the <tr> tags, nor valign="top" either.

And I don't see what's hard about reading coding riveroaks. :confused:
Reply with Quote Reply
Apr 20th 2003#100467 Report
Member since: Mar 3rd 2003
Posts: 640
Moochan, can you help with the table over lapping problem?
Reply with Quote Reply
Apr 20th 2003#100469 Report
Member since: Dec 24th 2001
Posts: 222
im a very visual person moochan and i can read code but its difficult for me to translate that into a mental image of his site especially when im not familiar with the images. the fact that can write code i think makes it obvious enough taht i can read it but i have trouble translating into a visual image...and like i said to entercode earlier if you just give the tables a border i can probably tell you what your proble is...also if you take out the useless tags moochan has provided then perhaps your problem will disappear....html does strange things like that
Reply with Quote Reply
Apr 20th 2003#100470 Report
Member since: Mar 18th 2001
Posts: 6632
If you use Opera, you can use a custom style sheet that puts a dotted border around every table and div, so that you can see the tables without having to edit the code and put a border on the tables....
Reply with Quote Reply
Apr 20th 2003#100477 Report
Member since: Dec 24th 2001
Posts: 222
well i beleive that dotted line can be added in IE also with a line of css...dunno bout netscape though
Reply with Quote Reply
Apr 20th 2003#100482 Report
Member since: Mar 3rd 2003
Posts: 640
OK, I put a border around the table that is over lapping the other one.
Reply with Quote Reply
Apr 20th 2003#100489 Report
Member since: Dec 24th 2001
Posts: 222
well what i see that might be it is that you have a main table that spans the entire document but where you have the table with words and the table with the overlapping picture you dont have any tr to seperate them into different columns which may cause one to overlap the other...just and idea you may want to give it a try...
Reply with Quote Reply
Apr 20th 2003#100492 Report
Member since: Mar 3rd 2003
Posts: 640
Nope, no go.
Reply with Quote Reply
Page: 1 2 Back to top
Please login or register above to post in this forum