Classified Ads formatting

Hi poon, there is indeed something wrong with the formating. For now, you can use a bigger font size to emphasis the text instead of BOLD.
 
Hi James, how do you change the font size within the ad? The style dropbar doesn't work, and paragraphing to a larger header doesn't do anything.
 
Can you do a print screen of what you have when you edit/create an ad? There should be some options in the WYSIWYG text box.
 
1fDzU.png
 
Hi James, the CSS for <strong> tag has the attribute
Code:
font-weight:inherit;
. Changing the value from "inherit" to "bold" should allow bold text to be seen.

Other parts of the forum use the older tag <b> for bold, which does not have the wrong attribute set.

Sorry I kaypoh and poke around the source :p
 
Last edited:
Back
Top