Skip navigation
Currently Being Moderated

CFIMAGE - first time using it - how do I..

Aug 14, 2012 8:43 AM

Tags: #cf9 #cfimage

Hello, everyone.

 

I've never used CFIMAGE, before, but I'm using it now.  I really like it.  But I have a question.

 

I'm pulling BLOB from a database and using that to writeToBrowser.  Is there a way to align the image left so that accompanying text will flow around it to the right?

 

Thanks,

 

^_^

 
Replies
  • Currently Being Moderated
    Aug 14, 2012 9:24 AM   in reply to WolfShade

    Can you place a <div> around your cfimage tag?  Something like:

     

    <div style="float:left;">

         <cfimage ...  />

    </div>

     

    Or some other HTML tag that will let you align it (<p>, <span>, etc)

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points