Forum Moderators: open

Message Too Old, No Replies

Lining up images ....

         

KILLxSWITCH

8:26 pm on Jan 15, 2005 (gmt 0)



I am tryin to get my images and content to line up i didnt use tables, but instead tried iframes(first time ever usin them). There is always a gap between the two frames, and even if I use tables, i have a gap. The example is at

<Sorry, no personal URLs. See TOS [webmasterworld.com]>

My host sucks I know and the url is too long as well. I am going crazy cuz their tutorial never gets to the point I need. Please help if you can.

BTW, I am also planning on putting a menu on the left hand side at 250 in width, and the right hand will be the rest of the body. The body will be the only part that will scroll.

[edited by: tedster at 11:34 pm (utc) on Jan. 15, 2005]

lammert

10:03 pm on Jan 15, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I do not understand why you would use iframes if it is pure for displaying images.

I would use tables with the border=0 setting. If you don't want to use the border setting but CSS with tables, the { border-collapse: collapse; } CSS code causes the borders between table elements to disappear.