Jump to content

CSS Margin Issue


Guest kerri

Recommended Posts

I am trying to set the margin to "0" on all sides, so I entered it as:margin: 0px;Since I've changed this our server is generating errors off the style sheet. I've looked at the web site to make sure my syntax is correct, but don't see an example using "0".thanks in advance for any support!K :)

Link to comment
Share on other sites

is generating errors off the style sheet
try
margin: 0px 0px 0px 0px;

OR

margin-top: 0px;margin-right 0px;margin-bottom 0px;margin-left 0px;

Show all code :):) bye

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...