lesley Posted March 1, 2009 Report Posted March 1, 2009 Hi, i have a question. It seems that this should be easy but i cant get it to work. I am trying to add a UL and OL to this page http://www.ticanew.com/public/about/tds.php However, i need the margins to go back to default, but every time i try it messes up the menu since it also is a list.
falkencreative Posted March 2, 2009 Report Posted March 2, 2009 the easiest way would be to add the and/or and give it a class name, and then reset the margins for that specific class. For example: item and the css: .classname { margin:0; padding:0; }
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now