After 4 or 5 hours of struggling I've decided to ask for help. So please help.
This is my not so cute little quote box (bottom of page for image). As you can see it is a bit wide on the right.
This is the HTML for it:
<blockquote>
<p>No, sir, when a man is tired of London he is tired of life.</p>
<p id="quote_attrib">Samuel Johnson 1777</p>
</blockquote>
This is the my attempt at CSS:
blockquote {
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
background-color: #999999;
margin: 10px;
padding: 0;
background-image: url(images/top_quote.gif);
background-repeat: no-repeat;
background-position: left top;
}
blockquote p {
margin: 10px 0px 0px 10px;
padding: 10px 10px 0px;
text-indent: 20px;
}
#quote_attrib {
font-size: 70%;
background-image: url(images/btm_quote.gif);
background-repeat: no-repeat;
background-position: right bottom;
text-align: right;
text-indent: 0px;
margin-top: 0px;
padding-bottom: 30px;
}
[image]local://upfiles/5085/DF84CBA6FDDB4BFE8F09A0C336D09CCA.jpg[/image]