Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Spaces around my website.
Old 04-07-2010, 12:02 PM Spaces around my website.
Moritz's Avatar
Average Talker

Posts: 24
Name: Daniel Moritz
Location: Sweden
Trades: 0
Hey. i got space around my website and i cant get rid of them.

My html code:
HTML Code:
<html>
<head>
<title>TryOUT</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>

<body>
<div id="body">
    <div id="header">lol</div>
    <div id="rightnav">
    <a href="contact.html">Contact<a>
    <br>
    <a href="info.html">Info<a>
    
    
    
    
    
    </div>
    <div id="leftnav">lol</div>
    <div id="footer">lol</div>
    
</div>

</body>

</html>
CSS

Code:
#body
{
margin:0;
padding:0;
}

#header {
position:top;
height:100px;
width:px;
background-color:#FF0000;
margin:0;

}
#leftnav{
position:left;
height:480px;
width:100px;
background-color:#000000;
margin:0;
}
#rightnav{
text-align:center;
float:right;
height:480px;
width:100px;
background-color:#000000;
margin:0;
}
#footer{
position:bottom;
height:50px;
width:px;
background-color:#FF0000;
margin:0;
}
Oh and yes, iam a complete beginner.
Moritz is offline
Reply With Quote
View Public Profile Visit Moritz's homepage!
 
 
Register now for full access!
Old 04-07-2010, 12:15 PM Re: Spaces around my website.
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,371
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
body margins and padding to 0 NOT #body.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-07-2010, 12:27 PM Re: Spaces around my website.
Moritz's Avatar
Average Talker

Posts: 24
Name: Daniel Moritz
Location: Sweden
Trades: 0
Ah, thanks a lot!
Moritz is offline
Reply With Quote
View Public Profile Visit Moritz's homepage!
 
Reply     « Reply to Spaces around my website.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.25451 seconds with 12 queries