|
||
CATEGORIES Home Getting Started HTML Cheat Sheet Webmaster Tools HTML Help Forum Color Codes Link to us |
||||
You can wrap the text on your page around an image, this gives your web page a more professional look. How to do it To get your text to wrap around an image, just place ALIGN="?" into your <IMG> tag. Then replace the ? with either left or right. (left if you want the text to wrap around the right side of your image, and right if you want the text to wrap around the left side of your image. Finally, you place the text you want to wrap around your image. Your code should look something like this: or <IMG SRC="YOUR IMAGE.GIF" ALIGN="right">Text you want to wrap goes here EXAMPLE <img src="clown.gif" ALIGN="left"> This text will wrap around the right side of the image....... Will show this: This text will wrap around the right side of the image. This text will wrap around the right side of the image. This text will wrap around the right side of the image. This text will wrap around the right side of the image. This text will wrap around the right side of the image. This text will wrap around the right side of the image. This text will wrap around the right side of the image. This text will wrap around the right side of the image. This text will wrap around the right side of the image. This text will wrap around the right side of the image. This text will wrap around the right side of the image. This text will wrap around the right side of the image. This text will wrap around the right side of the image. This text will wrap around the right side of the image. This text will wrap around the right side of the image. This text will wrap around the right side of the image. br>
<img src="clown.gif" ALIGN="right"> This text will wrap around the left side of the image....... Privacy Policy | Trademark Notices | User Agreement © 2001 TheHTMlSource.com, INC. All Rights Reserved. |