Forum URL =
http://therejectsreststop.smfforfree3.com/index.phpI searched but didn't see this mentioned. I'd like to have my quotes be in Italics but I don't know exactly where/how to enter the code to make this possible(is this even possible?). could someone give me a nudge in the right direction with this please?
EDIT: I'd like to have this happen automatically via a script and not have to have each person add the
quote in the reply box. just thought I should add this.
thanks in advance for any help you can provide.
Edit your css. Admin/Manage Styles click Modify.. then choose the stylesheet you want to modify.
Go to the bottom.. look for this area:
/* A quote, perhaps from another post. */
.quote
{
color: #000000;
background-color: #D7DAEC;
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
}
Add this to that section then save it by clicking the MOdify Style button at the bottom
font-style: italic;