Log in

View Full Version : Forcing a Single Font for User Postings


Neutral Singh
09-21-2005, 08:40 AM
Where can i find an option to enforce a single font of my choice while displaying threads posts irrespective of what font the member had choosen while creating that thread. I could not trace this setting in the Main CSS settings or i must be blind. :surprised:

Here at vb.org, signatures are enforced to display only green color. How is that accomplished without much alteration in code?

kall
09-21-2005, 11:19 AM
In postbit, change the <div> around $message to <div class="posttext">

Set up a css style called

.posttext
{
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}


How's that?

Boofo
09-21-2005, 11:23 AM
Does this work? Has anyone tested it?

kall
09-21-2005, 11:37 AM
Does this work? Has anyone tested it?

No, buggerit, it doesn't. Just tried it. :(

It is useful if you want to..say, wrap h3 tags around your posts and not have them distort, but does nothing to help the good (I mean Neutral) Singh. :)