Hallo.
I use font tags to change the font colors in article content. THat works. But nitobe seems to ignore changes of the font size. How can I use font size tags with nitobe?
Thanks in advance
Alex
Hallo.
I use font tags to change the font colors in article content. THat works. But nitobe seems to ignore changes of the font size. How can I use font size tags with nitobe?
Thanks in advance
Alex
Comments
Comment #1
Anonymous (not verified) commentedThe FONT tag is formally deprecated by the W3C and is considered a bad practice.
The document type that Nitobe specifies is strict XHTML. Some browsers will ignore deprecated HTML 4 tags that are placed inside documents of this type. Styles specified in the CSS files may also override the behavior of deprecated tags and attributes.
If you really can not avoid using the FONT tag, I suggest trying to change the document type in page.tpl.php to either HTML 4 or XHTML Transitional.
Comment #2
Anonymous (not verified) commentedYou can find some information about the various document types here:
http://www.w3schools.com/tags/tag_DOCTYPE.asp