RE: [WSG] Images without float

2004-09-30 Thread Trusz, Andrew





















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







How canone 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












RE: [WSG] Images without float

2004-09-30 Thread Ted Drake



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:
http://v4.csatravelprotection.com/csa/asalescontact.do

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 AMTo: '[EMAIL PROTECTED]'Subject: RE: [WSG] 
  Images without float
  
  
  
  
  
  
  
  Sent: Thursday, September 30, 2004 11:55 
  AMTo: 
  [EMAIL PROTECTED]Subject: [WSG] Images without 
  float
  
  
  How canone 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