PDA

View Full Version : bold letters only in Firefox



jon_d
May 29th, 2008, 02:19 PM
Hi all,

I have a problem that a paragraph i have written in html is shown in bold letters in firefox whereas it is shows properly (regular letters) both in IE and in Safari.

does anybody seen this bug ? is there a way around it ?
It seems that whatever i do (taking down all <b> tags or all font-weight in html) still i see the text in bold in firefox...

help appreciated.

fasterthanlight™
May 29th, 2008, 02:27 PM
link plz k thx

djheru
May 29th, 2008, 04:04 PM
Use <strong> instead of <b>

bear
May 30th, 2008, 11:40 PM
css
<span style="font-weight: bold">BOLDING</span>