Closed (won't fix)
Project:
Bbcode
Version:
5.x-1.1
Component:
BBCode Tags
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2007 at 16:18 UTC
Updated:
13 Jan 2008 at 05:12 UTC
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
Comments
Comment #1
naudefj commentedThe 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.