Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Add Attributes To cfImage

Participant ,
Apr 07, 2008 Apr 07, 2008
How can I go about adding a style 'class' attribute and title attribute to my cfImages??

This is my current work-around for 'class', but no success for 'title'.
CSS Doc// .container img {my styling}
<div class="container">
<cfimage source="#imageLogo#" action="writeToBrowser" />
</div>
TOPICS
Advanced techniques
432
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 07, 2008 Apr 07, 2008
LATEST
install cf 8.0.1 updater and pass any attributes to cfimage you want

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources