|
Posted by MP on 10/18/05 15:03
I want to put an image on the right side of the browser window, and to
have text on its right and bottom side.
Below is an example:
txt txt -----
txt txt | img |
txt txt -----
txt txt txt txt
So I wrote:
<img src="img.jpg" align=right>
<p>txt
<p>txt
<p>txt
....
This seems to work well in number of browsers (IE6, FW1.0.7, Opera 8.5).
However, W3C Validator gives an error "there is no attribute "ALIGN""
What helps?
How should I make an image to float to the right margin?
MP
Navigation:
[Reply to this message]
|