Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-06-2012, 02:52 PM   PM User | #1
CookieTornado
New to the CF scene

 
Join Date: Jul 2012
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
CookieTornado is an unknown quantity at this point
100% Width not working correctly?

http://kingdomskyhelp.com/Shade/shade.php
I decided to start a new project, but i have this stupid white space around the left/right/top?
My mind has gone blank and I cant fix it, help is much appreciated!

~Ricky.
CookieTornado is offline   Reply With Quote
Old 08-06-2012, 03:02 PM   PM User | #2
AndrewGSW
Senior Coder

 
Join Date: Apr 2011
Location: London, England
Posts: 2,120
Thanks: 15
Thanked 354 Times in 353 Posts
AndrewGSW will become famous soon enough
Quote:
Originally Posted by CookieTornado View Post
http://kingdomskyhelp.com/Shade/shade.php
I decided to start a new project, but i have this stupid white space around the left/right/top?
My mind has gone blank and I cant fix it, help is much appreciated!

~Ricky.
Code:
body {
    margin: 0; padding: 0;
}
__________________
"I'm here to save your life. But if I'm going to do that, I'll need total uninanonynymity." Me Myself & Irene.
Validate your HTML and CSS
AndrewGSW is offline   Reply With Quote
Old 08-07-2012, 03:41 PM   PM User | #3
Major Payne
Regular Coder

 
Join Date: Aug 2005
Location: MS
Posts: 745
Thanks: 7
Thanked 65 Times in 63 Posts
Major Payne is an unknown quantity at this point
Add to very top of CSS:

Code:
* { margin: 0; padding: 0; border: 0; }
1 HTML problem
__________________
☠ ☠RON☠ ☠
Major Payne is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 02:13 PM.


Advertisement
Log in to turn off these ads.