is it possible to format a header (h1, etc) without a hard break?
Posted: 25 August 2006 04:43 PM   [ Ignore ]
Newbie
Rank
Total Posts:  3
Joined  2006-06-28

I would like to use h1, h2, etc headers on my pages to increase my search rankings and I was wondering if there is any way to prevent a hard wrap to follow that text.

In other words I would like to be able to write something like this:
LLorem <h1>ipsum</h1> dolor

and have it simply render like this:
LLorem ipsum dolor

and not like this:
LLorem

ipsum

dolor

Thanks in advance!

Profile
 
 
Posted: 27 August 2006 02:33 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  10
Joined  2005-03-18

h1 { display:inline; }

Profile