I have a <td> with one picture and some text. I want the picture to the left, and the text to the right.
In IE i works perfect, but not i Firefox.
Why is the text under the image in Firefox, and how do i fix it?
This is the code i use:
I have saved a printscreen of how it looks in the different browsers.
IE 7
Mozilla Firefox
Thanks for the help!
In IE i works perfect, but not i Firefox.
Why is the text under the image in Firefox, and how do i fix it?
This is the code i use:
Code:
<img src="artister/anders.jpg" align="left">
<div class="artisttext" align="justify">
</div>
I have saved a printscreen of how it looks in the different browsers.
IE 7
Mozilla Firefox
Thanks for the help!