Question
Add Attributes To cfImage
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>
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>
