You can change the default 'insert image' template in the (admin tab, config files) image config via 'INSERTHTML'.
I changed mine to:
<img src='' alt='*alt*' />
Regards,
Natalie
"Blair McKenzie" <[EMAIL PROTECTED]>
Sent by: [email protected] 28/04/2006 10:29 AM
|
|
The default "insert image" template is the one you describe. You can add other such templates by putting them in the webskin\dmImage directory with the name insertHTMLxxxxxx.cfm. When you edit your html page you will have a drop down list with all the available templates under the image list. So create a file insertHTMLnormalimage.cfm:
- <!--- @@displayname: Normal image --->
<cfoutput><p><img border="0" src="" /></p></cfoutput>
Blair
On 4/28/06, DVettor <[EMAIL PROTECTED]> wrote:
Hi all, since I upgrade to 3.1 all images I insert in a news body shows
the thumbnail file instead of the original file. I check the image and
thumbnails files and compare to names in database and they're ok. Any
idea about?
Dino
--------------------------------------------------------------------------------
http://www.aftrs.edu.au
--------------------------------------------------------------------------------
Please consider our environment before printing this email.
--------------------------------------------------------------------------------
The information contained in this message and any attachment is intended for the
recipient(s) designated only, is confidential and may be privileged or otherwise
protected from disclosure. Therefore, the contents of this message may not be
re-transmitted, copied or revealed to a third party without first obtaining the
permission of the sender. If this e-mail is received in error,please delete it
immediately. The AFTRS has implemented anti-virus software, and whilst all care
is taken it is the responsibility of the recipient to ensure that all e-mail and
any attachment(s) are scanned for viruses prior to opening.
--------------------------------------------------------------------------------
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/farcry-dev
-~----------~----~----~----~------~----~------~--~---

