How to position a span inside a headline tag?
- by citronas
I'm forced to find a solution for the following situation:
I have a h1 tag, like this:
<h1 style="text-align: left">FOO FOO FOO<span class="h1subSpan">FOO 1 Foo 2</span></h1>
The result should be like the following:
FOO FOO FOO this space is invisible and achived through floating Foo1 Foo 2
This solution works with FF,…