Greeting all,
i was wondering if there is any way i could have a global settings (either on the application.cfm file or in the root) that will output any picture on a certain pages with a specific size here is a one line eg:
----------------------------------------------------
<td><a href="details_rebuild_trucks.cfm?ID=#Rebuild.carID#"><img src="#Rebuild.CarImage1#" border="0"></a></td>
</tr>
---------------------------------------------------
Notice the image path is coming from a database
now i would like to have that =#Rebuild.CarImage1# or any images in that page, no matter what size it is, to be set to, lets say 200 x 200
is that possibe, or i have to go with image resizing ?
Thanks in advance
i was wondering if there is any way i could have a global settings (either on the application.cfm file or in the root) that will output any picture on a certain pages with a specific size here is a one line eg:
----------------------------------------------------
<td><a href="details_rebuild_trucks.cfm?ID=#Rebuild.carID#"><img src="#Rebuild.CarImage1#" border="0"></a></td>
</tr>
---------------------------------------------------
Notice the image path is coming from a database
now i would like to have that =#Rebuild.CarImage1# or any images in that page, no matter what size it is, to be set to, lets say 200 x 200
is that possibe, or i have to go with image resizing ?
Thanks in advance