|
| |
|
|
x_789
Posts: 29 Joined: 7/31/2002 Status: offline
|
How to wrap text around an image? - 7/5/2004 0:21:54
hello all I have been searching on a way to wrap text around an image and haven't had any luck so I am asking the Frontpage gurus.. Here is an example.. all the images down the center of this page with text on each side. Is there an easy way to do this without making cells and putting the image in a seperate cell? Thanks X
|
|
|
|
fatlardo
Posts: 76 Joined: 4/15/2004 From: Shrewsbury Status: offline
|
RE: How to wrap text around an image? - 7/5/2004 4:49:34
I don't think there is an easier way, but all you have to do is split your page into three columns (left hand text, pictures in middle and right hand text) and place it into three cells of a table. If you don't understand that (i don't think I do myself), see the following code.
<table>
<tr>
<td>
Data to go in the left hand column
</td>
<td>
Images for the central column
</td>
<td>
Data to go in the right hand column.
</td>
</tr>
</table>
That should separate your content into three columns and display the text either side of the images. You may wish to specifry widths for the columns and remove the border on the table using the border=0 attribute, but the basics are all there.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|