navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

How to wrap text around an image?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> How to wrap text around an image?
Page: [1]
 
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.

(in reply to x_789)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> How to wrap text around an image?
Page: [1]
Jump to: 1





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