Link to home
Create AccountLog in
Avatar of team2005
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
Avatar of stergium
stergium
Flag of Greece image

give header div a style="margin-bottom:-50px"
hope that helps
ASKER CERTIFIED SOLUTION
Avatar of Tom Beck
Tom Beck
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of sergio85
sergio85

Try with this:

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;">
   
<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.
Avatar of team2005

ASKER

Thanks