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

need help

Page: 1 Reply
Sep 14th 2001#16134 Report
Member since: Mar 20th 2001
Posts: 319
hey everyone. I'm hoping you can take a look at my source code on this page for me. Somehow the top row of my table and the bottom row got separated by a few pixels. Don't know why, so I thoght I'd ask here. Thanks in advance.
Reply with Quote Reply
Sep 14th 2001#16147 Report
Member since: Jul 15th 2001
Posts: 2019
but maybe instead of the height being 1000
or whatever on the cell w/ -----content-----
just put it in for the 100% or whatever

i really don't think that's it...but i can't think very well atm


but nice site
Reply with Quote Reply
Sep 14th 2001#16180 Report
Member since: Mar 18th 2001
Posts: 1690
1 - Set the property and attribute for border.

ex. border="0"

Browser defaults are 1 for this. IE Shouldnt be an issue, but Netscape will really bug out and throw your tables off.

2 - Your COLSPAN and ROWSPAN are all hosed up. They are done incorrectly. If you are spanning 8 cells in one row, the next row or previous row has to have 8 seperate <.td><./td> tags in them. Otherwise, you throw the table way off.

check out this small example -
http://clan.oesm.org/face.html

View the source of the site. Notice the number in my COLSPAN="11" is the same as the number of cells directly below the row being spanned.

3 - Consider setting width of the image. Since it is representative of better code to set image width and height, only do it there.
Reply with Quote Reply
Sep 14th 2001#16192 Report
Member since: Mar 20th 2001
Posts: 319
axiom, now take a look at the code. I did what you said (i'm pretty sure i fixed what you mentioned) But still the gap.

I had the same problem with a previous site, where at the bottom of the image map were a bunch of links. Is it not possible to put links exactly next to something else vertically?? That seems highly unlikely.

Ok so if you could help me some more that'd be mighty cool. :D
Reply with Quote Reply
Sep 14th 2001#16196 Report
Member since: Mar 24th 2001
Posts: 3734
I don't see a gap now.
Reply with Quote Reply
Sep 14th 2001#16200 Report
Member since: Mar 18th 2001
Posts: 1690
im going to give you a small hint.

Check out the source on this page.

http://clan.oesm.org/help/walus.html

Most everything should have no gap, but so you can learn, I left part of it unfinished. Good luck.
Reply with Quote Reply
Sep 15th 2001#16284 Report
Member since: Mar 20th 2001
Posts: 319
Thanks a lot axiom, you are one cool guy.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum