View Single Post
spikeh
BANNED
 
Join Date: Jan 2006
Location: UK
Send a message via AIM to spikeh Send a message via MSN to spikeh  
2006-08-02, 15:30

Try sticking this in:

.presenter strong {
text-decoration: none;
}

Put that below the strong declaration in the CSS, so the style is rendered after your strong tags all are.

Or you could just use b, if you're not too worried about the semantics of it all
  quote