Superior Web Solutions 905 532 9642Free Project Estimator
HOME CLIENTS SERVICES BLOG ABOUT US CONTACT US
Categories:
 Internet Marketing
 iPhone iPad Apps Development
 IT Humour
 IT Industry News
 Search Engines
 User Guides
 Web Development
Browse by tags
Search Blog:
RSS
Subscribe to our newsletter
Name*:
E-Mail*:
Recent Posts
Secure Web Development: SSL Certificate Is Installed, but Browser Displays Warning
PHP, allow visitor to download image that is not on your server
New Home For Web Development
Mobile Websites Development versus Mobile Apps development
Most Common Screen Resolutions in 2011
Make PHP CAPTCHA more secure
July 08, 2011 - CSS: Remove padding/line breaks from H1 tag

Here is how to remove padding/line brake from H1 tag:
h1
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
 

If you want to remove bold from H1 you can add following line "font-weight:normal;" so your CSS will look like this:
h1
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight:normal;"
}
 

Associated tags:  HTML, CSS, Margin, H1, Padding, Line Brake, Font-weight
Add Comment:
Name*:
E-Mail: Website:
Your message*:
»
© 2000 - 2012 Superior Web Solutions