Forums
 This topic is locked 
             Wrap Text Around Pix
 Posted 23 Dec 2005  18:58:53 
  1 
     has   voted 
  23 Dec 2005  18:58:53 Richard Albrecht posted: 
 Hi,I have a picture that I have text wrapping around one side. What I want to know is there a way I can increase the white space around the picture. Right now its to close and doesn't look right.
Thanks
Rich
Richard S Albrecht
Replies
 Replied 28 Dec 2005  06:18:08 
   28 Dec 2005  06:18:08 Jeremy Conn replied: 
  What I always do is add a table with the cellpadding providing the space... see below:
<table width="108" border="0" align="right" cellpadding="8" cellspacing="0">
<tr>
<td><img src="images/pic.jpg" width="100" height="100"></td>
</tr>
</table>
<b>Jeremy Conn</b>
www.conncreativemedia.com
DWMX2004 | ASP/VB | Access/SQL2000
  <table width="108" border="0" align="right" cellpadding="8" cellspacing="0">
<tr>
<td><img src="images/pic.jpg" width="100" height="100"></td>
</tr>
</table>
<b>Jeremy Conn</b>
www.conncreativemedia.com
DWMX2004 | ASP/VB | Access/SQL2000
 Replied 03 Jan 2006  18:08:51 
   03 Jan 2006  18:08:51 Wayne Hultum replied: 
  you can use vspace and hspace to add spacing around the picture <pre id=code><font face=courier size=2 id=code><img src="images/pic.jpg" width="100" height="100" vspace="5" hspace="5"> </font id=code></pre id=code> 
  