View Full Version : Is this possible?


popdiva16
08-12-2005, 02:13 PM
I know in MS Word and other text programs like that let you add images and then select a tight wrap format for the text you put around the image. I was just wondering if there is a way to do that with html?? I thought I'd seen lissa put a code up for something like this, but maybe I was mistaken.

pb&j
08-12-2005, 02:34 PM
1. msword is a horrible thing to use to create a webpage.

2. can you show an example (by image or actual webpage) of this "tight wrap" effect. chances are that a bit of css coding can do that. i dont understand the wording of that.

perhaps adding align to the image is what you are after...

<img src="imagename.gif" align="right"> text here text here text here.

give that a go.

popdiva16
08-12-2005, 03:15 PM
I wasn't saying I used MS Word to make my site, it's just a feature on there that I thought would help understand what I'm trying to do. Heres an image of what I'd like to do:

http://i2.photobucket.com/albums/y27/Edrina/example.gif

I'm trying to wrap the text around an image, not exactly align it towards a certain direction.

onigiri
08-12-2005, 03:53 PM
To get the effect of the image you gave, this would be the code:

<img src="imagename.gif" align="left">
Blah blah blah blah blah<br>
Blah blah blah blah blah<br>
Blah blah blah blah blah<br>
Blah blah blah blah blah<br>
Blah blah blah blah blah<br>
Blah blah blah blah blah<br>