How to wrap text around an image? (Full Version)

All Forums >> [Web Development] >> Microsoft FrontPage Help



Message


x_789 -> 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 -> 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.




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.046875