RE: Output formatting question

2004-06-04 Thread Eric Creese
I used your suggestion andthe text on the first line was still to the right. So I change the margin you had set from 5 to 0 and it worked. When I went to the next page though the text adjusted again on the first line and was moved right. Any ideas? [Todays Threads] [This Message]

Output formatting question

2004-06-02 Thread Eric Creese
I have the following code. Everything works fine but when I output to the web page the first line appears to be right justified. I tried putting an align left in the td tag on the first line but that was even worse. I simply want to have a Image field with a caption text that is all data driven.

RE: Output formatting question

2004-06-02 Thread Tangorre, Michael
The float:right is the culprit. An easier way to accomplish what you are trying is to use a master container with two containers within it: 1 for the image, 1 for the caption. div class=image-caption-container div class=imagesome image/div div class=caption span class=captionsome caption

RE: Output formatting question

2004-06-02 Thread Micha Schopman
: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 6:21 PM To: CF-Talk Subject: RE: Output formatting question The float:right is the culprit. An easier way to accomplish what you are trying is to use a master container with two containers within it: 1 for th