View Single Post
  #1 (permalink)  
Old 01-27-2008, 11:50 AM
BobG BobG is offline
Regular Babbler
 
Join Date: Jan 2008
Location: "Sunny" South Florida
Posts: 41
BobG has a few positive reputation points
Question Images & word wrap around ?

You can make the text wrap around the image by adding a simple attribute to the image tag.

* To place the image on the left, and wrap text around its right side, add align="left" to the image tag (ex., <img src="http://www.anguilla-beaches.com/images/upper-shoal-stitched-high.jpg" align="left">)

* To place the image on the right, and wrap text around its left side, add align="right" to the tag (ex., <img src="http://www.anguilla-beaches.com/images/upper-shoal-stitched-high.jpg" align="right">)

* To add a bit of space around the image, add hspace="5" to add 5 pixels to either side. Use vspace="5" to add 5 pixels to the top and bottom. A larger number will give more space around the image.

* To stop the text from wrapping around an image, add the following after the image or where you want the wrapping to stop...

<br clear="all">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Above is a some tips on HTML code from SBI for help with adding image & words around the image...

When it says add hspace="5" OR vspace="5" HOW EXACTLY will that be written in the body ??

Can You show me an example please with an image.... Thanks, Bob
__________________
I am here to GET the facts BEFORE I Build my Site...Thanks

I am training for TWO 100 mile running events in 2008

MY training/running & other fun stuff blog here
Reply With Quote