Posted by MP on 10/20/05 10:36
Thanks!
I solved the issue as follows:
In CSS:
*********
img.float_right {
float:right;
}
*********
and in html:
*********
<img class=float_right src="img.jpg">
<p>txt
<p>txt
<p>txt
....
*********
So now it works as I wanted.
Thanks again for the help.
MP
Navigation:
[Reply to this message]
|