Hey, can anyone tell me why my BBcode isn't working correctly in my signature block? : (
Thx!!
This is the Arial Font
This is Comic Sans
3.14159265358979323846264338327950
"Ok, yes... I like pie... hate roman numerals."
[FONT="Comic Sans MS"][SIZE="1"]3.14159265358979323846264338327950
"Ok, yes... I like pie... hate roman numerals."[/SIZE][/FONT]
3.14159265358979323846264338327950
"Ok, yes... I like pie... hate roman numerals."
Jim,
Here is a quick test. I inserted this into the editor and it comes in all lower case and no double quotes (this seems to be the issue) whereas your BBCode is in upper or mixed case with double quotes around the parameters.
As the Editor Inserted it (and shown above):
[font=arial]This is the Arial Font[/font]
[font=comic sans ms]This is Comic Sans[/font]
As it Shows in your Signature (does NOT work above):
[FONT="Comic Sans MS"][SIZE="1"]3.14159265358979323846264338327950
"Ok, yes... I like pie... hate roman numerals."[/SIZE][/FONT]
As it Shows in your Signature (remove Double Quotes and It Works!):
[FONT=Comic Sans MS][SIZE=1]3.14159265358979323846264338327950
"Ok, yes... I like pie... hate roman numerals."[/SIZE][/FONT]
I did this out of curiosity and I left all my test code out of laziness!
Peter