Print Page | Close Window

Embedding An Image

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Rich Text Editor (RTE)
Forum Description: Support forum for the Web Wiz Rich Text Editor (RTE).
URL: https://forums.webwiz.net/forum_posts.asp?TID=22516
Printed Date: 29 March 2026 at 12:51am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Embedding An Image
Posted By: cderington
Subject: Embedding An Image
Date Posted: 25 January 2007 at 3:43pm
Hi there.  I have a quick question about how to embed an image in the text area in the RTE.  If I use the standard HTML tags i.e. <img src=" http://....../imagename.jpg - http://....../imagename.jpg " border="0"> then the RTE wants to convert the text to a link.  I know there must be a simple workaround.
 
Thanks.  CD



Replies:
Posted By: cderington
Date Posted: 29 January 2007 at 3:12pm
Found the answer in the RTE_Configuration folder in the RTE_Setup.asp. 

Using FULL URL Paths.
 
'Using full URL path for images and links
'***************************************************************************
'If you are submitting the RTE content to a file outside of the RTE folder you may find that some of the relative
'paths for things like images stored on the server are incorrect (ie. href="my_documents/myPicture.jpg")
'The following can be used to change those relative server paths to full URL's so that if the submitted content is
'displayed on a page out side of the RTE files the paths to images etc. still work
Const blnUseFullURLpath = false
Const strFullURLpathToRTEfiles = "" 'Type in the full URL to the RTE folder eg. " http://www.myweb.com/RTE/ - http://www.myweb.com/RTE/ "
'***************************************************************************


Posted By: Andy Haldane
Date Posted: 21 March 2007 at 10:57pm
I have all that set-up correctly and it shows fine in the Image Pop-up, but when I drag the image to the actual editor it only has the relative path.

Any ideas?



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net