I want to make a small text-height div run with the text. My code looks like this:
blah blah blah <div style="display:block; float: left; width: 100px">[IN A DIV]</div> blah
it should come out to look like:
blah blah blah [IN A DIV] blah blah
but it always comes out as:
blah blah blah
[IN A DIV]
blah blah