
Sometimes text and graphics combinations look best when the text is wrapped around the graphic. Examples would be mastheads or columnar reports. This tip will demonstrate the process in display and HTML code.
|
![]() In this example. the text displays below the graphic. It leaves black space to the right of the graphic. |
While in this example the text
wraps around the graphic conserving black space. Which do you like better?
Give this tip a try on your page and see how it works for
you. |
| <img
src="tiptool.gif" alt="Tips and
Tools" width="150" height="100"> <br> In this example. the text displays below the graphic. It leaves black space to the right of the graphic. |
<img src="tiptool.gif" alt="Tips and Tools" align="left" hspace="6" width="150" height="100">While in this example the text wraps around the graphic conserving black space. <a href="comments.htm">Which do you like</a> better? Give this tip a try on your page and see how it works for you. |
Copyright © 1997, 1998 Internet Brothers. All Rights Reserved.