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!