Hello, im embedding icons using divs like
then i use
to embed it instead of using <img> the problem is now, if i write something like
it shoes up as if theres a linebreak so it will be like

Text Text
(assuming the
emo is my icon)
using strict doctype.. anyone know how to fix it so itll show like
Text Text
Code:
.Icon { height:16px; width:16px; background-image:url(url.jpg); }
Code:
<div class="Icon"></div>
Code:
<div class="Icon"></div> Text Text

Text Text
(assuming the

using strict doctype.. anyone know how to fix it so itll show like

Comment