bbcode size bug?

Found a bug? Tell us!!
Post Reply
CapriSkye
Regular
Posts: 119
Joined: Sun Oct 31, 2004 4:42 am
Location: Taiwan
Contact:

bbcode size bug?

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: bbcode size bug?

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
CapriSkye
Regular
Posts: 119
Joined: Sun Oct 31, 2004 4:42 am
Location: Taiwan
Contact:

Re: bbcode size bug?

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: bbcode size bug?

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
CapriSkye
Regular
Posts: 119
Joined: Sun Oct 31, 2004 4:42 am
Location: Taiwan
Contact:

Re: bbcode size bug?

Post by CapriSkye »

garvin...i suck and you rule! thanks again!
Post Reply