1
Hi, I searched around a bit but couldn't find the answer. I want to change the margins in Quotes. I know that div.xoopsQuote is the in the style sheet and I can tweak the text and the borders just fine but how do I change the margins off the text within the quote?
Thanks for the help. Here is what I have in my style sheet now.
div.xoopsQuote {
background: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
border-color: #000000;
border-style: solid;
border-width: thin;
font-size: 11px;
margin: 0px;
padding: 0px;
width: auto;
}
a link to an example of the site
here, you may have to scroll a bit to see some quotes.