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

AAhhhh! Form GAPS!

Page: 1 Reply
Nov 2nd 2002#76610 Report
Member since: Jun 5th 2001
Posts: 150
I cant seem to get forms to stop making unwanted space below themselves. I want them to sit flush inside a table, but what its doing is making the table streach out downwards, leavinf empty, unusable space. Is there any wat to do this? I have attached a link so you can see what Im talking about
http://fullimpact.us/sgtemp/menugap.jpg

TAHNKS!
Reply with Quote Reply
Nov 2nd 2002#76611 Report
Member since: Mar 24th 2002
Posts: 3114
Hmm....check the code for extra space there, sometimes simple empty space in the source can do that kind of funny stuff.
I'm kinda lost about that tho..sorry. :(
Reply with Quote Reply
Nov 2nd 2002#76620 Report
Member since: Jun 30th 2001
Posts: 447
Nope, no matter what you do there is always going to be unwanted space at the bottom of forms. Live with it!
Reply with Quote Reply
Nov 2nd 2002#76623 Report
Member since: Jun 5th 2001
Posts: 150
Hey! I fixed it with style sheets, heres the code >

.jumpmenu { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 10px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border: 0px #000000; background-color: #333333; font-weight: bold; clip: rect( ); float: right}

I think its the float: right thats fixing the prob.

Thanks guys!
Reply with Quote Reply
Nov 2nd 2002#76630 Report
Member since: Apr 1st 2002
Posts: 1487
yea, i remember having to do the same thing a few months back, i was just about to get the code when i read you fixed it.
Reply with Quote Reply
Nov 2nd 2002#76639 Report
Member since: Mar 20th 2001
Posts: 3367
I don't think its the float.. Probably the "margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border: 0px" that did.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum