Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trouble wrapping text around side of image

Status
Not open for further replies.

dsmorion

Technical User
Nov 14, 2003
10
0
0
US
I am using Dreamweaver MX 2004 and I am trying to wrap text around an image, but I can't get the text to wrap around the side of the image, only the top and bottom.
I don't have any problem accomplishing this in Adobe GoLive but can't make it work in Dreamweaver...

I would greatly appreciate help on this.

David M.
 
check the code view, your image should be placed before the text, and then aligned to either the right or the left, if the image isn't before the text it won't sit right.

so like this
Code:
<img scr="image.jpg" align="left">This is all the text the text will wrap around the image, the image will be to the left, you could have the image to the right(align="right") if you like, but the image tag still MUST be before the text you wish to wrap around it.

----------------------------------------
Sometimes, when my code just won't behave, I take it outside and make it listen to britney spears music, and when it comes back it's really well behaved. I wonder if it's suffering from post tramatic stress syndrome now..
 
if you're using dreamweaver, just select the image which is standing above the tekst and in the property window choose Align: Left (or Right)

drag the image to where you want it in the tekst

-----
I'm unique, just like everyone else...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top