Re: blockquote?
You should be able to change your style.css to reflect how you want your blockquote to work. I changed mine and see no problems with it. Take a look at:
http://forum.trentadams.ca/topic.php?id=313&replies=1#post-483
Used:
blockquote {
border-left: 1px solid #c00;
border-right: 1px solid #c00;
border-top: 1px solid #c00;
border-bottom: 1px solid #c00;
background: #fff;
width: 300px;
margin-left: 1.5em;
padding: 5 5 5 5px;
}
Is that what you mean or could you give an example?
Trent