you have some really wacky stuff going on there, check your source.

<html>
<head>
...<!-- markup-->
<link> <!-- your css -->
</head>
<body>
...<!-- markup-->
<html>
<link><!-- css again -->
...<!-- markup-->
</html>
...<!-- markup-->
<html>
<link><!-- css again -->
...<!-- markup-->
</html>

...and so on. Make sure that you have 1 pair of html tags enclosing all
markup (this doesn't include your doctype), 1 pair of head tags, and one
pair of body tags.

Kevin


On Thu, Sep 16, 2010 at 3:51 PM, Dre <[email protected]> wrote:

> I created a box <div class="box4"> on this page
> http://www.propheciesofrevelation.org/battle
> and for some reason there is a constant 3" space at the top of the
> box. No matter what I do or try the space will not go away. Well, when
> I tried putting in a negative top-margin number then it split the
> contents of the box in half. Very weird.
>
> This box is setup just like the first box and the first box is
> perfect. The third box is fine too. Why is the second box creating
> this unnecessary space? How can I get rid of the space?
>
> --
> --
> You received this because you are subscribed to the "Design the Web with
> CSS" at Google groups.
> To post: [email protected]
> To unsubscribe: [email protected]

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to