<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Problems with RTE</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Problems with RTE]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 15:06:27 +0000</pubDate>
  <lastBuildDate>Sun, 26 Nov 2006 12:04:48 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=22031</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Problems with RTE : Just been looking at the html...]]></title>
   <link>https://forums.webwiz.net/problems-with-rte_topic22031_post117562.html#117562</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6022">webfort</a><br /><strong>Subject:</strong> 22031<br /><strong>Posted:</strong> 26&nbsp;November&nbsp;2006 at 12:04pm<br /><br />Just been looking at the html source code and for some reason it keeps calling non_rte etc?<DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 26 Nov 2006 12:04:48 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problems-with-rte_topic22031_post117562.html#117562</guid>
  </item> 
  <item>
   <title><![CDATA[Problems with RTE : I&amp;#039;m runng the latest version...]]></title>
   <link>https://forums.webwiz.net/problems-with-rte_topic22031_post117560.html#117560</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6022">webfort</a><br /><strong>Subject:</strong> 22031<br /><strong>Posted:</strong> 26&nbsp;November&nbsp;2006 at 11:30am<br /><br />I'm runng the latest version 8.04&nbsp;and using mssql , these are my settings in the RTE_setup file: <DIV>&lt;%<BR></DIV><DIV>Dim blnAbout</DIV><DIV>'Initiliase variables<BR>Const strRTEversion = "3.0wwf"<BR>blnAbout = false</DIV><DIV>&nbsp;</DIV><DIV>'The following enables and disables functions of the Rich Text Editor</DIV><DIV>'Enable and dsiable basic functions of the editor change the following to true of false<BR>'***************************************************************************<BR>Const blnNew = false<BR>Const blnBold = true<BR>Const blnUnderline = true<BR>Const blnItalic = true<BR>Const blnFontStyle = true<BR>Const blnFontType = true<BR>Const blnFontSize = true<BR>Const blnTextColour = true<BR>Const blnTextBackgroundColour = true<BR>Const blnCut = true<BR>Const blnCopy = true<BR>Const blnPaste = true<BR>Const blnWordPaste = true<BR>Const blnUndo = true<BR>Const blnRedo = true<BR>Const blnLeftJustify = true<BR>Const blnCentre = true<BR>Const blnRightJustify = true<BR>Const blnFullJustify = true<BR>Const blnOrderList = true<BR>Const blnUnOrderList = true<BR>Const blnOutdent = true<BR>Const blnIndent = true<BR>Const blnAddHyperlink = true<BR>Const blnAddImage = true<BR>Const blnInsertTable = true<BR>Const blnSpecialCharacters = true<BR>Const blnPrint = true<BR>Const blnStrikeThrough = true<BR>Const blnSubscript = true<BR>Const blnSuperscript = true<BR>Const blnHorizontalRule = true<BR>Const blnPreview = true<BR>'***************************************************************************</DIV><DIV>'BB Code extras<BR>'***************************************************************************<BR>Const blnQuoteBlock = true<BR>Const blnCodeBlock = true<BR>'***************************************************************************</DIV><DIV><BR>'Advanced controls<BR>'***************************************************************************<BR>Const blnAdvAdddHyperlink = true 'Advanced hyperlink control<BR>Const blnAdvAddImage = true &nbsp;'Advanced image control requires File System Object (FSO)<BR>Const blnHTMLView = false&nbsp;'Allows the user to view the HTML code, you may need to dsiable this for extra security<BR>Const blnSpellCheck = true&nbsp;'Requires IEspell for Ineternet Explorer or SpellBound for Mozilla<BR>Const blnUseCSS = false&nbsp;&nbsp;'Enable CSS (Cascading Style Sheets) in Mozilla<BR>Const blnNoIEdblLine = true&nbsp;'Prevent IE's standard double line spacing when the 'ENTER' key is pressed<BR>'***************************************************************************</DIV><DIV>&nbsp;</DIV><DIV>'Using full URL path for images and links<BR>'***************************************************************************<BR>'If you are submitting the RTE content to a file outside of the RTE folder you may find that some of the relative<BR>'paths for things like images stored on the server are incorrect (ie. href="my_documents/myPicture.jpg")<BR>'The following can be used to change those relative server paths to full URL's so that if the submitted content is <BR>'displayed on a page out side of the RTE files the paths to images etc. still work</DIV><DIV>Const blnUseFullURLpath = false<BR>Const strFullURLpathToRTEfiles = "" 'Type in the full URL to the RTE folder eg. "<a href="http://www.myweb.com/RTE/" target="_blank">http://www.myweb.com/RTE/</A>"</DIV><DIV>'***************************************************************************<BR>%&gt;</DIV><DIV>&nbsp;</DIV><DIV>Thanks </DIV><span style="font-size:10px"><br /><br />Edited by webfort - 26&nbsp;November&nbsp;2006 at 11:51am</span>]]>
   </description>
   <pubDate>Sun, 26 Nov 2006 11:30:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problems-with-rte_topic22031_post117560.html#117560</guid>
  </item> 
  <item>
   <title><![CDATA[Problems with RTE : Which version of the forum are...]]></title>
   <link>https://forums.webwiz.net/problems-with-rte_topic22031_post117559.html#117559</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12748">Mikey</a><br /><strong>Subject:</strong> 22031<br /><strong>Posted:</strong> 26&nbsp;November&nbsp;2006 at 11:27am<br /><br />Which version of the forum are you running?]]>
   </description>
   <pubDate>Sun, 26 Nov 2006 11:27:07 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problems-with-rte_topic22031_post117559.html#117559</guid>
  </item> 
  <item>
   <title><![CDATA[Problems with RTE : I&amp;#039;m using IEversion6  It...]]></title>
   <link>https://forums.webwiz.net/problems-with-rte_topic22031_post117558.html#117558</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6022">webfort</a><br /><strong>Subject:</strong> 22031<br /><strong>Posted:</strong> 26&nbsp;November&nbsp;2006 at 11:22am<br /><br />I'm using IEversion6<DIV>&nbsp;</DIV><DIV>It won't show the copy and paste options etc</DIV><DIV>&nbsp;</DIV><DIV>Thanks<BR></DIV><DIV>Ash</DIV>]]>
   </description>
   <pubDate>Sun, 26 Nov 2006 11:22:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problems-with-rte_topic22031_post117558.html#117558</guid>
  </item> 
  <item>
   <title><![CDATA[Problems with RTE : Which browser are you using to...]]></title>
   <link>https://forums.webwiz.net/problems-with-rte_topic22031_post117557.html#117557</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12748">Mikey</a><br /><strong>Subject:</strong> 22031<br /><strong>Posted:</strong> 26&nbsp;November&nbsp;2006 at 11:15am<br /><br />Which browser are you using to test?]]>
   </description>
   <pubDate>Sun, 26 Nov 2006 11:15:59 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problems-with-rte_topic22031_post117557.html#117557</guid>
  </item> 
  <item>
   <title><![CDATA[Problems with RTE : Hi,  I was wondering if any one...]]></title>
   <link>https://forums.webwiz.net/problems-with-rte_topic22031_post117555.html#117555</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6022">webfort</a><br /><strong>Subject:</strong> 22031<br /><strong>Posted:</strong> 26&nbsp;November&nbsp;2006 at 10:34am<br /><br />Hi, <DIV>I was wondering if any one could help, for some reason, not all of the options in the RTE are showing, I have enabled them all in the forum configuration file and enabled that the RTE feature be enabled from the admin panel.</DIV><DIV>&nbsp;</DIV><DIV>Can any one help me?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 26 Nov 2006 10:34:23 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problems-with-rte_topic22031_post117555.html#117555</guid>
  </item> 
 </channel>
</rss>