View Full Version : Weird Space.


sOfiie
04-07-2005, 05:47 PM
I made this layout, and it's meant to be from the top to the bottom. You know, with no space at the top and the bottom..
But when I put it into a html file it doesn't really fit. There are two spaces. On top and on the bottom. I don't want that, what should I do?
Here's my code;

<html>
<head>
<title>__%Juicy Spring%__%Be patient while loading%__</title>
</head>
<body bgcolor="#dcf35f"><center><img src="Juicy Spring.png"></center></body>
</html>

I'm sorry, I haven't put it on the internet, but I can if that's easier..
Sorry for being such a bad explainer :)
xx Sofie

Chris
04-07-2005, 05:51 PM
Add the following between the <head> and </head> tags:


<style type="text/css">
body {
margin: 0px;}
</style>

sOfiie
04-08-2005, 06:52 AM
Thanks alot!!
I can add that to my Stylesheet, right?
Hugs, Sofie

Valkyrie
04-08-2005, 06:57 AM
Yep, you can. :P

Chris
04-08-2005, 05:19 PM
You're welcome :)

Chris