Page 1 of 1

bbcode size bug?

Posted: Thu Mar 05, 2009 6:40 am
by CapriSkye
when i use bbcode to specify text size like this

Code: Select all

[size=16]test[/size]
the size doesn't get changed. though if i preview the entry, i'm able to see the specified text size. i've tried several themes and they're all the same. thanks

Re: bbcode size bug?

Posted: Thu Mar 05, 2009 9:42 am
by garvinhicking
Hi!

This might happen due to some specific CSS rules. Can you show us a URL where you use this BBCode and where its rendered wrong?

Regards,
Garvin

Re: bbcode size bug?

Posted: Sun Mar 08, 2009 3:49 am
by CapriSkye
thanks garvin, you can see it here,

http://capriskye.com/live/archives/558- ... bcode.html

you'll see both sentences are the same size.

Re: bbcode size bug?

Posted: Mon Mar 09, 2009 11:02 am
by garvinhicking
Hi!

If you look inside the HTML, it says "font-size:16". There is a unit missing, it should read "font-size: 16pt" or "font-size: 16px" instead.

So try to use the BBCode

Code: Select all

[size=16pt]test[/size]
instead?

Regards,
Garvin

Re: bbcode size bug?

Posted: Mon Mar 09, 2009 11:35 am
by CapriSkye
garvin...i suck and you rule! thanks again!