Okay, for some reason everytime I quoted a message and all my quote messages on board are in italic styles like this here
EXAMPLE HERE OF THE QUOTE STYLE and it's an automatic thing.
Soemone mind checking out my page and please explain to me on how to stop this? My url site address is:
http://www.asianunityforum.com
Also, I had install some modification on there but I don't know what it is that's interfering with my quote that's making it like that. Either it's the quote modification or my Main CSS style needs to be change back to original.
Quote:
Additional CSS Definitions
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 11pt; }
/* ***** small padding on 'thead' elements ***** */
td.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
/* ***** don't change the following ***** */
form { display: inline; }
label { cursor: default; }
.normal { font-weight: normal; }
.inlineimg { vertical-align: middle; }
.tcat2
{
background: #869BBF url(images/gradients/gradient_tcat2.gif) repeat-x top left;
color: #FFFFFF;
font: bold 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
|
Quote:
(Customized in this Style)
/* ***** quotebox dotted line - nicksplace dot net ? ***** */
.quote {background: #EEF4FA; color: #869CBB; border: 1px dotted #A3B9D4; border-left: 5px solid #A3B9D4; padding: 0px; font-weight: normal; font-size: 11px;}
.quotetop {background: #D1DCEA; color: #445F81; font-weight: normal; font-size: 14px; padding: 2px;}
|