For inline text, you should use <span>
instead of <div>
. They are pretty much the same except <div>
is naturally a block, with a line break before and after whereas <span>
is inline with no line breaks. Try using a <span>
and see if that works.