Just Jacquie
08-03-2003, 10:11 AM
I'm trying to get an image to appear on the right side of the page so I added a <div align="right>image</div> layer to my page but onw the text appears BELOW the pic instead of beside it. How do I fix this?
|
View Full Version : How do I get text to wrap around an image? Just Jacquie 08-03-2003, 10:11 AM I'm trying to get an image to appear on the right side of the page so I added a <div align="right>image</div> layer to my page but onw the text appears BELOW the pic instead of beside it. How do I fix this? suama 08-03-2003, 10:16 AM <img src="yourimage.jpg" align="right"> Is that what you mean? Just Jacquie 08-03-2003, 03:44 PM I want to be able to have my page look like this. (http://www.lissaexplains.com/lissa.shtml) except with the image on the right hand side of the page. SSPrincess 08-03-2003, 05:15 PM Originally posted by Just Jacquie I want to be able to have my page look like this. (http://www.lissaexplains.com/lissa.shtml) except with the image on the right hand side of the page. 0_0 *jaw drops* I didn't know there was a picture of Lissa...*starts to faint, but then remembers to post some help* This is the code used to do the text wrap around: <div align="right><img src="img.jpg">whatever you want to say</div> That's all you do. Does that help you any? *faints from surprise of seeing a picture of Lissa* Just Jacquie 08-04-2003, 08:35 AM It kind of works, it will bring one line of text into position but the rest of the text remains below the picture. suama 08-04-2003, 10:23 AM *coughs and tries again* The <img src="blahdeblah.jpg" align="right"> Say blah de blah works fine for me... Have you tried that one? (Well, works for me when I align it to the left anyway @_@) Just Jacquie 08-05-2003, 05:41 AM IT WORKED!!!! |