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

cell issues

Page: 1 Reply
Apr 15th 2003#99901 Report
Member since: Dec 24th 2001
Posts: 222
i have a site ( http://www.angelfire.com/alt/port/port.htm ) and the top bar is seperated with blank space from the button panel and it shouldnt be...i know the space is in the top cells no the bottom so could one of you have a look and see if you can figure it out? also one of the top cells is blank and thats because angelfire doesnt support css so dont worry about it....also there is a mouseover on the title also done with css dont worry about it...im only concerned with teh gap between the top bar and buttons...thnx
Reply with Quote Reply
Apr 20th 2003#100493 Report
Member since: Dec 24th 2001
Posts: 222
ok i added a border so you could see where the problem is....its at the bottom of the cells of every table....how do i get rid of that...i know i can use css positioning but that complicates all the following sites and also i would think this could be done wtih html since ive never seen any other site with this problem
Reply with Quote Reply
Apr 20th 2003#100499 Report
Member since: Apr 20th 2002
Posts: 3000
borders made it a bit more confusing to look at, well anyway try to put an instance of <td> tags on one line; ex:

<td><img src = images/portsite2_slice_05.gif></td>


as opposed to:

<td>
<img src = images/portsite2_slice_05.gif>
</td>


That usually solves the problems for me.
Reply with Quote Reply
Apr 21st 2003#100512 Report
Member since: Dec 24th 2001
Posts: 222
thnx a lot that fixed it...it always seems strange to me that such a leniant language does stuff like that
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum