UBB.Dev
Posted By: tgreene Stupidly simple "how to" question for 6.7.1 - 12/09/2005 9:25 PM
I had made the necessary changes to my old 6.3 board, but cannot for the life of me remember how to do it, and need this done on my 6.7.1 board.

How do I swap the BOLD print in quoted text, so that the username is bold, and not the quoted text itself... It's so annoying as it sits.
well, you could try adding the following into your header insert

Code
<style type="text/css">
blockquote {
font-weight: bold;
}

blockquote strong {
font-weight: normal;
}
</style>
Thanks! smile
© UBB.Developers