mouse
06-23-2002, 08:15 PM
As titled, what's the best method?
|
||||
Wrapping text around imagesmouse 06-23-2002, 08:15 PM As titled, what's the best method? SYP}{ER 06-23-2002, 09:00 PM I think it's float:top, but not certain. Giver a try :) tamienne 06-24-2002, 07:10 PM <IMG ... ALIGN="left|right"> QuackHead 06-24-2002, 07:16 PM here's the best method... give the image VSpace and HSpace attributes. <img src="your_image" hspace="1" vspace="1"> Your text will wrap around it easily. ~Quack applesauce 06-24-2002, 10:12 PM or, make a table with the image in one cell and the text in an adjacent cell: <table> <tr> <td> <img src="pics/bigd.gif"> </td> <td> yada yada yada </td> </tr> </table> |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum