<?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 : Width &amp; Height for RTE_popup_emoticons.asp</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 : Width &amp; Height for RTE_popup_emoticons.asp]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 09:50:01 +0000</pubDate>
  <lastBuildDate>Sat, 07 Jul 2007 13:21:31 +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=23681</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[Width &amp; Height for RTE_popup_emoticons.asp : This was starting to annoy me...]]></title>
   <link>https://forums.webwiz.net/width-height-for-rte-popup-emoticons-asp_topic23681_post124390.html#124390</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=26021">freakyfred</a><br /><strong>Subject:</strong> 23681<br /><strong>Posted:</strong> 07&nbsp;July&nbsp;2007 at 1:21pm<br /><br />This was starting to annoy me and have the mult skin mod so didn't wanna go down that road using css to adjust sizes. The code below works on all browsers.. i have no idea if it is clean but it works and that's all i care about. I'm going to the pub.<br><br>To change the window size of&nbsp; RTE_popup_emoticons.asp then go to&nbsp; includes/message_form.inc on line 340 you will find <br><br>&nbsp;&nbsp;&nbsp; If RTEenabled() &lt;&gt; "false" AND blnRTEEditor AND blnWYSIWYGEditor Then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Response.Write(vbCrLf &amp; "&nbsp;&nbsp;&nbsp; &lt;tr&gt;&lt;td colspan=""3"" align=""center""&gt;&lt;a href=""javascript:winOpener('RTE_popup_emoticons.asp" &amp; strQsSID1 &amp; "','emot',0,0,850,350)"" class=""smLink""&gt;" &amp; strTxtMore &amp; "&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;")<br>&nbsp;&nbsp;&nbsp; Else<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Response.Write(vbCrLf &amp; "&nbsp;&nbsp;&nbsp; &lt;tr&gt;&lt;td colspan=""3"" align=""center""&gt;&lt;a href=""javascript:winOpener('non_RTE_popup_emoticons.asp" &amp; strQsSID1 &amp; "','emot',0,0,850,350)"" class=""smLink""&gt;" &amp; strTxtMore &amp; "&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;")<br>&nbsp;&nbsp;&nbsp; End If<br><br><br>You need to change the bit where is says 850,350 to the sizes you want. Mine is set at 850 width and 350 height. The do the following..<br><br><br>on RTE_popup_emoticons.asp&nbsp; find&nbsp;  <br>&lt;body bgcolor="#FFFFFF" text="#000000" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" OnLoad="self.focus();"&gt;<br>&nbsp;&nbsp; <br><br>and replace with <br><br><br>&lt;body bgcolor="#FFFFFF" text="#000000" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" OnLoad="self.focus();"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;div style="overflow: auto; width:850px; height: 350px"&gt;<br><br><br>then find <br><br><br><br>&lt;/body&gt;<br>&lt;/html&gt;<br><br><br>and replace with<br><br><br>&lt;/div&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;<br><br><br><br>Now all you have to do is adjust the sizes in the div which is the following..<br><br><br>width:850px; height: 350px - set these to the same size as the above.<br><br>Hope that makes sense. works for me. Now I'm definitely going pub.<strong></strong><span style="font-size:10px"><br /><br />Edited by freakyfred - 07&nbsp;July&nbsp;2007 at 1:51pm</span>]]>
   </description>
   <pubDate>Sat, 07 Jul 2007 13:21:31 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/width-height-for-rte-popup-emoticons-asp_topic23681_post124390.html#124390</guid>
  </item> 
  <item>
   <title><![CDATA[Width &amp; Height for RTE_popup_emoticons.asp :   freakyfred wrote:is there a...]]></title>
   <link>https://forums.webwiz.net/width-height-for-rte-popup-emoticons-asp_topic23681_post124383.html#124383</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19415">iSec</a><br /><strong>Subject:</strong> 23681<br /><strong>Posted:</strong> 06&nbsp;July&nbsp;2007 at 8:57pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by freakyfred" alt="Originally posted by freakyfred" style="vertical-align: text-bottom;" /> <strong>freakyfred wrote:</strong><br /><br />is there a way to get a scroll bar on the pop up for emoticons? i have added about 600 and it looks messy</td></tr></table> <DIV>&nbsp;</DIV><DIV>That's why I want to make the window bigger. I added some new icons too.</DIV><DIV>To add a scroller, read through this thread: <a href="http://forums.webwiz.net/forum_posts.asp?TID=21107" target="_blank">http://forums.webwiz.net/forum_posts.asp?TID=21107</A></DIV>]]>
   </description>
   <pubDate>Fri, 06 Jul 2007 20:57:59 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/width-height-for-rte-popup-emoticons-asp_topic23681_post124383.html#124383</guid>
  </item> 
  <item>
   <title><![CDATA[Width &amp; Height for RTE_popup_emoticons.asp : is there a way to get a scroll...]]></title>
   <link>https://forums.webwiz.net/width-height-for-rte-popup-emoticons-asp_topic23681_post124376.html#124376</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=26021">freakyfred</a><br /><strong>Subject:</strong> 23681<br /><strong>Posted:</strong> 06&nbsp;July&nbsp;2007 at 5:29pm<br /><br />is there a way to get a scroll bar on the pop up for emoticons? i have added about 600 and it looks messy]]>
   </description>
   <pubDate>Fri, 06 Jul 2007 17:29:52 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/width-height-for-rte-popup-emoticons-asp_topic23681_post124376.html#124376</guid>
  </item> 
  <item>
   <title><![CDATA[Width &amp; Height for RTE_popup_emoticons.asp : Which file allows me to change...]]></title>
   <link>https://forums.webwiz.net/width-height-for-rte-popup-emoticons-asp_topic23681_post124364.html#124364</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19415">iSec</a><br /><strong>Subject:</strong> 23681<br /><strong>Posted:</strong> 06&nbsp;July&nbsp;2007 at 6:17am<br /><br /><P>Which file allows me to change the width and height of the <strong>RTE_popup_emoticons.asp</strong> window?</P>]]>
   </description>
   <pubDate>Fri, 06 Jul 2007 06:17:59 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/width-height-for-rte-popup-emoticons-asp_topic23681_post124364.html#124364</guid>
  </item> 
 </channel>
</rss>