FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Suggestions » Relative font sizes for FUDcode
Show: Today's Messages :: Unread Messages :: Polls :: Message Navigator
| Subscribe to topic | Bookmark topic 
Switch to threaded view of this topic Create a new topic Submit Reply
Relative font sizes for FUDcode [message #16931] Mon, 01 March 2004 08:04 Go to next message
christo is currently offline  christo   Germany
Messages: 25
Registered: February 2004
Karma: 0
Junior Member
add to buddy list
ignore all messages by this user
I think it would increase the usability a little bit if the font sizes in the message editor do not range from 1..7 but from 'smallest'..'default'..'largest'.

A textual description in the drop down box would be sufficient in the first place, no need to change/extend FUDcode so.

BTW: There is a typo in the (german translation? of the) FUDcode readme:
Quote:

PHP Code

Die Verwendung ist wie folgt:
[code]

function hallo()
{
echo "Hallo Welt!";
}

hallo();

[/php]

[Updated on: Mon, 01 March 2004 08:06]

Report message to a moderator

Re: Relative font sizes for FUDcode [message #16977 is a reply to message #16931] Sun, 07 March 2004 13:11 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
remove from buddy list
ignore all messages by this user
That would require use of CSS and break BC with older font tags in addition to not offering any extra functionality.

FUDforum Core Developer
Re: Relative font sizes for FUDcode [message #16987 is a reply to message #16977] Mon, 08 March 2004 04:16 Go to previous message
christo is currently offline  christo   Germany
Messages: 25
Registered: February 2004
Karma: 0
Junior Member
add to buddy list
ignore all messages by this user
I just thought it would increase usability. Confused

How about

<select name="fnt_size" onChange="...">
<option value="" selected>Size</option>
<option value="1">smallest</option>
<option value="2">small</option>
<option value="3">default</option>
<option value="4">large</option>
<option value="5">larger</option>
<option value="6">huge</option>
<option value="7">hugest</option>
</select>

It would not require CSS or anything.


Christopher Huhn, GSI Darmstadt, Germany
Quick Reply
Formatting Tools:   
  Switch to threaded view of this topic Create a new topic
Previous Topic: about multi-byte support of alias
Next Topic: Streamlining the login when following a notification link
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Apr 27 00:15:54 EDT 2025

Total time taken to generate the page: 0.04357 seconds