I have seen references to other sites that say that a relative font size is supported in BBcode. However, I can't find anything in the Drupal module that suggests that it's supported here. Are there any thoughts to adding it to the module?

Or is this really not required and that the font sizes are already relative?

Thanks,
.../Ed

http://pear.php.net/bugs/bug.php?id=5760

Comments

naudefj’s picture

Priority: Normal » Minor
Status: Active » Closed (won't fix)

The SIZE tag is using pixel units which is absolute (not relative). For example: [size=12]... [/size] will set the font-size to 12px.

You are welcome to submit a patch to support relative font sizes as well.