kimbo7100
03-07-2005, 05:27 AM
How do you wrap text around an image? It's for my webpage, and I can't find it on lissaexplains.com
Can you help?
Cheers,
~KIM~
Can you help?
Cheers,
~KIM~
|
View Full Version : How do you wrap text around an image? kimbo7100 03-07-2005, 05:27 AM How do you wrap text around an image? It's for my webpage, and I can't find it on lissaexplains.com Can you help? Cheers, ~KIM~ Valkyrie 03-07-2005, 06:04 AM In your image code, add either align="right" or align="left" . Another way of doing it is by adding style="float: left;" (to your image code too). And then just add your text. :P |