>> <img src="slike/img012.jpg" width="35" height="30" /> <h3
>> style="line-height: 1px;" >Aktualno </h3>
[quoted text clipped - 9 lines]
> Restructure as Steve showed or make H3 display as inline with:
> display:inline;
However, IMG is an inline element and should be inside a block element
to begin with, for for the latter both the IMG and H3 would have to be
both within a block element, i.e., DIV
<div>
<img ... >
</h3> ... </h3>
</div>
so I would say the former would be a simpler solution
<h3><img ... > ... </h3>

Signature
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Gus Richter - 06 Jul 2008 00:05 GMT
>>> <img src="slike/img012.jpg" width="35" height="30" /> <h3
>>> style="line-height: 1px;" >Aktualno </h3>
[quoted text clipped - 22 lines]
>
> <h3><img ... > ... </h3>
I just volunteered the reason and another solution.
I see your point for a Strict document.
BTW, your "could be" could be in a container for other reasons either at
the beginning or somewhere down in the document where the specific extra
div would not be necessary.
In any case, whatever is your bag ............

Signature
Gus