View Single Post
  #2 (permalink)  
Old Sep 11th, 2006, 06:07
Ryan Fait's Avatar
Ryan Fait Ryan Fait is offline
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can someone please help :)

Try adding the following to your CSS:

Code: Select all
form {
    margin: 0;
    padding: 0;
}
Reply With Quote