The dl tag to the rescue.
put the image and caption in dd tags, the text in the dt. float the dt to the left or the dd's to the right or some other variation.
An example can be seen here:
 
Each of the account reps sits in their own dl which also floats, has a background, border, etc...
 
Ted
 
-----Original Message-----
From: Trusz, Andrew [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 30, 2004 9:47 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [WSG] Images without float

 

 



Sent: Thursday, September 30, 2004 11:55 AM
To: [EMAIL PROTECTED]
Subject: [WSG] Images without float

 

How can one have an image on the left with a caption below the image, and text on the right. I don't want to text to float around the image and I don't want to use a table.

 

Thanks,

 

Nancy Johnson

 

 -------------------------------------------------------------

 

 

You have to float something. If you don't want to float the text, then float the image in a div with the caption under it. Add padding, margin, or border to taste. Start the text after the float and you are good to go.

 

drew

 

Reply via email to