team2005
asked on
Remove space in html..
Hi!
Have this page:
http://dl.dropbox.com/u/18601138/www2/index.html
My problem is to remove som space between Header picture. (top picture)
And the pictureshow...
Plase help ASAP.
Thanks
Have this page:
http://dl.dropbox.com/u/18601138/www2/index.html
My problem is to remove som space between Header picture. (top picture)
And the pictureshow...
Plase help ASAP.
Thanks
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Try with this:
In your html edition software, link the images and press SHIFT + ENTER. The difference es SPAN vs. div.
In your html edition software, link the images and press SHIFT + ENTER. The difference es SPAN vs. div.
just make the header smaller, - without any hacks with padding top -??px
<div id="header" style="height: 200px;">
<div id="header" style="height: 200px;">
<p> tags should only be used to separate paragraphs of text, never for layout of html elements. They will always create unwanted space between elements.
ASKER
Thanks
hope that helps