<?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 : Font Support - Comic Sans MS</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 : Font Support - Comic Sans MS]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 04:03:56 +0000</pubDate>
  <lastBuildDate>Tue, 31 Jul 2007 19:00:26 +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=24001</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[Font Support - Comic Sans MS : Hehe fair enoughI actually had...]]></title>
   <link>https://forums.webwiz.net/font-support-comic-sans-ms_topic24001_post125823.html#125823</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12748">Mikey</a><br /><strong>Subject:</strong> 24001<br /><strong>Posted:</strong> 31&nbsp;July&nbsp;2007 at 7:00pm<br /><br />Hehe fair enough&nbsp;<img src="https://forums.webwiz.net/smileys/smiley4.gif" border="0" align="absmiddle" alt="Big%20smile" /><br>I actually had a look after i posted that to see if could find the way to do it and i couldn't so i'm glad you did <img src="https://forums.webwiz.net/smileys/smiley2.gif" border="0" align="absmiddle" alt="Wink" /><br>]]>
   </description>
   <pubDate>Tue, 31 Jul 2007 19:00:26 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/font-support-comic-sans-ms_topic24001_post125823.html#125823</guid>
  </item> 
  <item>
   <title><![CDATA[Font Support - Comic Sans MS : Thanks Mikey but comic sans ms...]]></title>
   <link>https://forums.webwiz.net/font-support-comic-sans-ms_topic24001_post125817.html#125817</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19415">iSec</a><br /><strong>Subject:</strong> 24001<br /><strong>Posted:</strong> 31&nbsp;July&nbsp;2007 at 6:42pm<br /><br />Thanks Mikey but comic sans ms is widely supported... starting from Windows 2000. Now adays there is only a small percentage of people using less than windows 2000. On my forum I rarely see someone with windows 98 or an old version of Macintosh. <DIV>&nbsp;</DIV><DIV>Anyways I have got it... and here is how to do it:</DIV><DIV>&nbsp;</DIV><DIV>Files to edit: </DIV><OL><LI>functions/functions_format_post.asp</LI><LI>includes/RTE_iframe_select_font.asp</LI></OL><P>In the first file above, around line 208, you will see the fonts that are currently present. The first one is:</P><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> &nbsp;strMessage = Replace(strMessage, "<font face="Arial, Helvetica, sans-serif">", "&lt;font face=""Arial, Helvetica, sans-serif""&gt;", 1, -1, 1)</td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>Add this code after the above:</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> 'Mod to add support for font comic sans ms<BR>&nbsp;strMessage = Replace(strMessage, "&#091;FONT=Comic Sans MS&#093;", "&lt;font face=""Comic Sans MS, Helvetica, sans-serif""&gt;", 1, -1, 1)<BR>'Mod ended</DIV><DIV></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>In the&nbsp;second file above (includes/RTE_iframe_select_font.asp), around line 70 you will see a table that has cells/rows for the fonts, the first one is:</DIV><DIV></DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> &lt;tr onMouseover="overItem(this)" onMouseout="outItem(this)" OnClick="mouseClick('Arial, Helvetica, sans-serif')" style="cursor: default;"&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;td width="100%" class="pStyle" style="font-family: Arial, Helvetica, sans-serif;"&gt;Arial&lt;/td&gt;<BR>&nbsp; &lt;/tr&gt;</td></tr></table><DIV>&nbsp;</DIV><DIV>Add&nbsp;the following code after the above:</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> &nbsp; &lt;tr onMouseover="overItem(this)" onMouseout="outItem(this)" OnClick="mouseClick('Comic Sans MS, Helvetica, sans-serif')" style="cursor: default;"&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;td width="100%" class="pStyle" style="font-family: Comic Sans MS, Helvetica, sans-serif;"&gt;Comic Sans MS&lt;/td&gt;<BR>&nbsp; &lt;/tr&gt;</td></tr></table></DIV>]]>
   </description>
   <pubDate>Tue, 31 Jul 2007 18:42:08 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/font-support-comic-sans-ms_topic24001_post125817.html#125817</guid>
  </item> 
  <item>
   <title><![CDATA[Font Support - Comic Sans MS : I assume (but am not certain)...]]></title>
   <link>https://forums.webwiz.net/font-support-comic-sans-ms_topic24001_post125786.html#125786</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12748">Mikey</a><br /><strong>Subject:</strong> 24001<br /><strong>Posted:</strong> 30&nbsp;July&nbsp;2007 at 9:02pm<br /><br />I assume (but am not certain) that the font choices included in the RTE are those that would work on all browsers on all systems.<br>Adding Comic Sans MS would only work on modern windows systems and those with the font installed.<br>]]>
   </description>
   <pubDate>Mon, 30 Jul 2007 21:02:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/font-support-comic-sans-ms_topic24001_post125786.html#125786</guid>
  </item> 
  <item>
   <title><![CDATA[Font Support - Comic Sans MS : Anyway to modify the RTE within...]]></title>
   <link>https://forums.webwiz.net/font-support-comic-sans-ms_topic24001_post125772.html#125772</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19415">iSec</a><br /><strong>Subject:</strong> 24001<br /><strong>Posted:</strong> 30&nbsp;July&nbsp;2007 at 5:16pm<br /><br />Anyway to modify the RTE within the forum to add the 'Comic Sans MS' Font face with the rest of fonts currently available?]]>
   </description>
   <pubDate>Mon, 30 Jul 2007 17:16:28 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/font-support-comic-sans-ms_topic24001_post125772.html#125772</guid>
  </item> 
 </channel>
</rss>