Sunday, May 10, 2009

How to remove h1 line break [CSS]

You can do it with CSS.

Method 1:
<style type="text/css">
H1 { display: inline; }
</style>


Method 2:
<h1 style="display: inline;">Pilotaz.Blogspot.Com</h1>


Google likes when you use h1, h2, b and strong. So, not to damage your webpage design you can fix h1 and h2 with the css methods.

No comments:

Post a Comment