Log in

View Full Version : How to do this with an image?



vaibhav24in
03-16-2007, 09:43 PM
i am trying to insert a img in my web page and just in the right of the image i am trying to insert some text but the text is not displaying next to the image it is displaying from the new paragraph. Though i am not using p tag. Please help me.....
Regards
Vaibhav

boxxertrumps
03-16-2007, 09:46 PM
<img src="" style="float:left" alt="" />the rest of your text goes here...

Should work.

vaibhav24in
03-16-2007, 09:50 PM
Thanks a lot for having a time let me try that......