Hi all,
I have this nightmare of code,
<div style="height:46px;">
<div style="text-align:left;float:left;">
<img alt="Document Logo" src="Images/img1.gif"></img>
</div>
<div style="text-align:left;float:left;margin-top:5px;margin-left:13px;">
<font size="4">
<b>title (needs to be align to the left,next to img1)</b>
</font>
</div>
<div style="text-align:right;float:right;vertical-align:top;">
<img alt="Logo" src="Images/img.jpg"/>
</div>
</div>
img1 and title needs to be align to the left and img2 needs to be align to the right, but when I resize window img2 goes under title.
I need them all to remain in one line.
Can anybody give a hand?
Thanks in advance.