PDA

View Full Version : help with space on top of banner



Weapon
June 15th, 2001, 07:12
my site is http://otashki.hypermart.net/ when you browse the page there is a banner, but on different page the space between the header pic and the banner differs, so can you check it out? (current page up is man. link to us, contact, online store, webmaster, print outs) the way I want it to look is the same as print outs

MattW
June 15th, 2001, 11:59
If you are talking about the banner in the middle table then that is because tables are automatically set to align the contents vertically. Meaning, if you have text on one page in the cell, and you don't on the other, the banner will be in a different place, try putting valign="top" in the <TD> tag of that cell.

Weapon
June 15th, 2001, 16:18
yeah thats the one I am talking about but if I do it your way then it is stuck right under the ha=eader pic and I want it to have about 2 pixel spacing

meow
June 15th, 2001, 23:19
Put a <BR> above it. If that's to much put it in a one cell table and give it 2 pixels spacing or padding. Or use CSS and give it margin-top: 2px.

Weapon
June 17th, 2001, 06:16
helllllpppppp!:eek: :eek: :eek: I got my banner the why I want it but the text don't seem to go right under it now please visit my page and tell me what I am doing wrong (the border is here just to show you what it looks like and the page I am talking anout is index.shtml , the page after the "click here to enter" one)oh and help!!:confused: :eek: :confused: :eek:confused: :eek: :confused: :eek:confused:

MaGiCSuN
June 17th, 2001, 07:49
maybe you have to delete this part:

height="100%"

where is it for anywayz?

Weapon
June 17th, 2001, 15:15
its the second page you go to on my site and where you see the advertwizard page. I changed the 100% but still it doesn't work

Technics
June 17th, 2001, 16:11
try adding cellspacing=0 cellpadding=0 to your tables.