<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1031827" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1031827</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/changing-font-face-size#comment-1186512</link>
    <description> &lt;p&gt;Ermm Yes.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: If you just want to change the size or just the font send the other parameter as an empty string (&#039;&#039;) in the onClick event call.&lt;/p&gt;&lt;/blockquote&gt;
 </description>
     <pubDate>Sun, 27 Nov 2005 01:08:13 +0000</pubDate>
 <dc:creator>chrishirst</dc:creator>
 <guid isPermaLink="false">comment 1186512 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/changing-font-face-size#comment-1186506</link>
    <description> &lt;p&gt;Ahh.. alright thank you! This does look to work a lot better. &lt;/p&gt;
&lt;p&gt;Though I was still wondering if there was away to change the font face and size separately. Rather then one link changing both. But rather one does the font face, and another link makes the text bigger or smaller.&lt;/p&gt;
 </description>
     <pubDate>Sat, 26 Nov 2005 22:14:00 +0000</pubDate>
 <dc:creator>Kirie</dc:creator>
 <guid isPermaLink="false">comment 1186506 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/changing-font-face-size#comment-1186482</link>
    <description> &lt;p&gt;the easiest way is with DHTML (CSS &amp;amp; javascript)&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;lt;script type=&amp;quot;text\javascript&amp;quot;&amp;amp;gt;&lt;br /&gt;function setFont(FontName,FontSize) {&lt;br /&gt;var FontDim = &amp;quot;em&amp;quot; // can be &amp;quot;px&amp;quot;, &amp;quot;pt&amp;quot; etc &lt;br /&gt;if (FontName != &amp;quot;&amp;quot;) {&lt;br /&gt;	document.getElementById(&amp;quot;changeable&amp;quot;).style.fontFamily = FontName;&lt;br /&gt;	}&lt;br /&gt;if (FontSize != &amp;quot;&amp;quot;) {&lt;br /&gt;	document.getElementById(&amp;quot;changeable&amp;quot;).style.fontSize = FontSize+FontDim;&lt;br /&gt;	}&lt;br /&gt;}&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Page Code &lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;body&amp;gt;&lt;br /&gt;Change Font To;&lt;br /&gt; &amp;lt;br&amp;gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;#&amp;quot; onClick=&amp;quot;setFont(&amp;#039;Verdana&amp;#039;,&amp;#039;1.2&amp;#039;)&amp;quot;&amp;gt;Verdana 1.2em&amp;lt;/a&amp;gt;&lt;br /&gt; &amp;lt;br&amp;gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;#&amp;quot; onClick=&amp;quot;setFont(&amp;#039;Arial&amp;#039;,&amp;#039;1.2&amp;#039;)&amp;quot;&amp;gt;Arial 1.2em&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;br&amp;gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;#&amp;quot; onClick=&amp;quot;setFont(&amp;#039;Verdana&amp;#039;,&amp;#039;1.8&amp;#039;)&amp;quot;&amp;gt;Verdana 1.8em&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;br&amp;gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;#&amp;quot; onClick=&amp;quot;setFont(&amp;#039;Serif&amp;#039;,&amp;#039;1.0&amp;#039;)&amp;quot;&amp;gt;Serif 1.0em&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;changeable&amp;quot;&amp;gt;&lt;br /&gt;Just some text for font demonstration&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
If you just want to change the size or just the font send the other parameter as an empty string (&#039;&#039;) in the onClick event call.&lt;/p&gt;
 </description>
     <pubDate>Sat, 26 Nov 2005 08:39:56 +0000</pubDate>
 <dc:creator>chrishirst</dc:creator>
 <guid isPermaLink="false">comment 1186482 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
