[SOLVED] Padding and Margin

This is a discussion on "[SOLVED] Padding and Margin" within the Web Page Design section. This forum, and the thread "[SOLVED] Padding and Margin are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 24th, 2007, 21:19
mcdanielnc89's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Missouri
Age: 18
Posts: 231
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to mcdanielnc89 Send a message via Yahoo to mcdanielnc89 Send a message via Skype™ to mcdanielnc89
[SOLVED] Padding and Margin

Hey guys,

in my layout css i have...

Code: Select all
* {
    margin: 0;
    padding: 0;
}
And it is making my layout move on certain pages, but if I take it out it fixes that rpoblem, but then it makes the tables be taller.. no idea what to do.. do you?
Last Blog Entry: My blog? (Oct 18th, 2007)
Reply With Quote

  #2 (permalink)  
Old Dec 24th, 2007, 23:26
Reputable Member
Join Date: Oct 2007
Location: At my house
Age: 22
Posts: 193
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to thewebkid
Re: Padding and Margin

What's the url? Is it moving your content or everything?
Reply With Quote
  #3 (permalink)  
Old Dec 24th, 2007, 23:36
mcdanielnc89's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Missouri
Age: 18
Posts: 231
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to mcdanielnc89 Send a message via Yahoo to mcdanielnc89 Send a message via Skype™ to mcdanielnc89
Re: Padding and Margin

WEll if the above code is in the css it moves the WHOLE layout to the right, if it's not in it's fine, except then my tables are taller than what they need to be... http://www.newbreedjesusfreaks.com/downloads ... I believe the code above is out of the css so the table should be irregular(bigger than normal)
Last Blog Entry: My blog? (Oct 18th, 2007)
Reply With Quote
  #4 (permalink)  
Old Dec 24th, 2007, 23:41
Reputable Member
Join Date: Oct 2007
Location: At my house
Age: 22
Posts: 193
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to thewebkid
Re: Padding and Margin

Are you trying to align the body of your site to the very top and bottom? If so try this:

Code: Select all
body 
{
margin: 0;
padding: 0;
}
Maybe that will work....
Reply With Quote
  #5 (permalink)  
Old Dec 24th, 2007, 23:52
mcdanielnc89's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Missouri
Age: 18
Posts: 231
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to mcdanielnc89 Send a message via Yahoo to mcdanielnc89 Send a message via Skype™ to mcdanielnc89
Re: Padding and Margin

thanks dude, it worked!

~!~!~!~!~Thread Solved~!~!~!~!~
Last Blog Entry: My blog? (Oct 18th, 2007)
Reply With Quote
  #6 (permalink)  
Old Dec 24th, 2007, 23:58
Reputable Member
Join Date: Oct 2007
Location: At my house
Age: 22
Posts: 193
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to thewebkid
Re: [SOLVED] Padding and Margin

No problem Glad I can help!!! Merry Christmas!!!
Reply With Quote
Reply

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] margin and padding in different browsers danny322 Web Page Design 12 Jan 30th, 2008 13:12
Padding and margin for template does not work anymore LGS Web Page Design 10 Nov 30th, 2007 19:37
Strange Padding/Margin MaxCurrent Web Page Design 2 Jul 24th, 2007 10:36
margin? nasumaru Web Page Design 14 Jan 30th, 2007 21:52
Align prob (padding? margin?) m1k3 Web Page Design 5 Jun 13th, 2006 16:02


All times are GMT. The time now is 03:03.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43