Print Page | Close Window

Maximum Font Size

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Modifications
Forum Description: Mod's and Add-on's for Web Wiz Forums.
URL: https://forums.webwiz.net/forum_posts.asp?TID=22360
Printed Date: 30 March 2026 at 7:15am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Maximum Font Size
Posted By: chorn
Subject: Maximum Font Size
Date Posted: 08 January 2007 at 7:28pm
Is there any way to style down fonts on the forum so that they can only be a maximum of a certain size ?
 
I have some users on my forum that for whatever reason love posting with GIANT fonts.  its impossible to read  I dont want to jsut restrict certain people because then they say I am being unfair etc..
 
This is the kind of crap


-------------
I had the 240$, I had to have the pudding



Replies:
Posted By: Melkor
Date Posted: 08 January 2007 at 10:54pm
Yes. Remove the fontsizes you don't want from the /includes/RTE_iframe_select_size.asp file.

I removed all but the lowest 3 from mine and it now looks thus;

<table width="100%"  border="0" cellspacing="0" cellpadding="3">
   <tr onMouseover="overItem(this)" onMouseout="outItem(this)" OnClick="mouseClick('1')" style="cursor: default;">
    <td class="pStyle" style="font-size: 10px">1</td>
   </tr>
   <tr onMouseover="overItem(this)" onMouseout="outItem(this)" OnClick="mouseClick('2')" style="cursor: default;">
    <td class="pStyle" style="font-size: 13px">2</td>
   </tr>
   <tr onMouseover="overItem(this)" onMouseout="outItem(this)" OnClick="mouseClick('3')" style="cursor: default;">
    <td class="pStyle" style="font-size: 16px">3</td>
   </tr>
  
</table>



Posted By: chorn
Date Posted: 15 January 2007 at 6:30am
oh, awsome !! thanks bud

-------------
I had the 240$, I had to have the pudding



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