Author |
Topic |
|
ping
Starting Member
31 Posts |
Posted - 02 April 2004 : 06:50:26
|
how to add a new fontsize in forum? ex:add a 9pt font size |
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 02 April 2004 : 09:03:54
|
Would it be as easy as creating a new line in inc_post_buttons.asp, around line 101 ?? |
|
|
ping
Starting Member
31 Posts |
Posted - 02 April 2004 : 10:37:36
|
OK~thanks laser My means is in the Admin Section -> Font/Table Color Code Configuration you can set the Default Font Size by 9pt fontsize thanks |
|
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 02 April 2004 : 12:03:19
|
ah sorry, I thought you wanted to add a new size to the allowed list
Edit admin_config_colors.asp, around line 106 |
|
|
ping
Starting Member
31 Posts |
Posted - 02 April 2004 : 12:14:33
|
if i add a new size in admin_config_colors.asp,just like below: " <option value=""1""" & chkSelect(strDefaultFontSize,1) & ">1 (9 pt)</option>" & vbNewLine & _ " <option value=""2""" & chkSelect(strDefaultFontSize,2) & ">2 (10 pt)</option>" & vbNewLine & _ " <option value=""3""" & chkSelect(strDefaultFontSize,3) & ">3 (12 pt)</option>" & vbNewLine & _ " <option value=""4""" & chkSelect(strDefaultFontSize,4) & ">4 (14 pt)</option>" & vbNewLine & _ " <option value=""5""" & chkSelect(strDefaultFontSize,5) & ">5 (18 pt)</option>" & vbNewLine & _ " <option value=""6""" & chkSelect(strDefaultFontSize,6) & ">6 (24 pt)</option>" & vbNewLine & _ " <option value=""7""" & chkSelect(strDefaultFontSize,7) & ">7 (36 pt)</option>" & vbNewLine & _
i thought i will edit inc_func_common.asp and set the new value,but in inc_func_common.asp i didn't find anything about fnot size. |
|
|
|
Topic |
|