Hi,

When I add a header tag to a title like:-

<h1>Header</h1>

It shows on the browser like this:-

Header

This is my text.

I want it to show like this:-

Header
This is my text.

Is this possible or is it just the way a browser renders a header tag?

Thanks for any help,

Jiggy!