The html heading tags force a line before and after them but I was wondering if there was a way to stop it from doing that, so I can keep my heading in line with the other things I want on the same line on either side of it?
<a href="foo.php">Foo</a> <h1>Bar</h1>
I wan’t those to be on the same line but right now it would show up like
Foo
Bar
Is there a way to do this?
BoltClock is right…
which means you can do this: