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

simple table question

Page: 1 2 Reply
Mar 2nd 2002#33874 Report
Member since: Mar 20th 2001
Posts: 319
I made a table with images in each row, separated by <.td> tags. But there is a space between all of the images.

My table already is already set like this: <.table cellpadding=0 cellspacing=0 border=0>

Is there something that I'm missing? Thanks for any help!
Reply with Quote Reply
Mar 2nd 2002#33876 Report
Member since: Mar 27th 2001
Posts: 2237
align = left ?

and specify the table cells size... check the image size and match it.
Reply with Quote Reply
Mar 2nd 2002#33877 Report
Member since: Mar 20th 2001
Posts: 3367
btw.. can we see the page?
Reply with Quote Reply
Mar 2nd 2002#33879 Report
Member since: Mar 20th 2001
Posts: 319
torn: That was it, thanks! :D I love that feeling!

sidez: Yeah, I'm almost finished with the layout. I'll be sure to post it in the Web Site Showcase section. Probably within the next few days.
Reply with Quote Reply
Mar 2nd 2002#33886 Report
Member since: Mar 20th 2001
Posts: 319
O.K., now that I have that problem taken care of, I ran into another one.

http://www.idiotech.org/blah/website/

check that out. Maybe someone can tell me what's wrong with my code. Cause I can't see anything. Thanks.
Reply with Quote Reply
Mar 2nd 2002#33888 Report
Member since: Feb 11th 2002
Posts: 126
This is a pretty common problem when working with images in tables.


Put the whole TD tag on the same row, remove align=left, remove all blank spaces between the tags.


<.TD colSpan=4><.IMG height=59 src="image.gif" width=497><./TD><./TR>

There are other ways to solv it, but this is the easyest way (imo).
Reply with Quote Reply
Mar 3rd 2002#34122 Report
Member since: Mar 20th 2001
Posts: 319
7blobs: do you mean all of the <.td> tags on the same line in the text editor??
Reply with Quote Reply
Mar 3rd 2002#34162 Report
Member since: Feb 11th 2002
Posts: 126
No. You can start the TD´s on diffrent rows.

<.TD>info<./TD>
<.TD>info<./TD>
<.TD>info<./TD>
<.TD>info<./TD>
etc

just dont have and rowbreakes in the middle of a <.TD><./TD>

ex.

Do

<.TD><./TD>

Dont

<.TD>
<./TD>

The reason for this is that a rowbreake is interpited as a blankspace by the webbrowsers (atleast IE).

If you still dont get it to work, post again and ill edit your page so you see what i meene.

(english isnt my native language so sometimes i have a hard time explaining what i meene)
Reply with Quote Reply
Mar 3rd 2002#34249 Report
Member since: Mar 20th 2001
Posts: 319
alright, I used that method with every <.tr> tag, but it still doesn't seem to work.

Check out the same link again: http://www.idiotech.org/blah/website/

what now?
Reply with Quote Reply
Mar 3rd 2002#34251 Report
Member since: Jan 19th 2002
Posts: 800
probably has something to do with you using the image as a background instead of using it as just an image. what i would do is slice it up where theres a slice in that blue part, then instead of inserting that blue image, just make it a table with that bgcolor
Reply with Quote Reply
Page: 1 2 Back to top
Please login or register above to post in this forum