is display: run-in supported?
by David Storey
HTML
<h1>
A Header that
</h1>
<p>
should be on the same line as this paragraph
</p>
CSS
h1 {
display: run-in;
font-size: 1em;
}
by David Storey
<h1>
A Header that
</h1>
<p>
should be on the same line as this paragraph
</p>
h1 {
display: run-in;
font-size: 1em;
}