Quote Originally Posted by awhfy99 View Post
I think that it looked that way because I deleted the whole blockquote instead of just the url link for the quote images. I put it back and removed the actual image link and changed the padding to 0.

Sorry about that, it was a long day and I was kinda in a fog when I did the first try.

I know it's probably not a great idea, but if one wanted to allow simple html, could it be done? Just the basic text formatting options like < br >, < b >, etc. or would that create a nightmare?
You can make any changes you want, but it is a little easier to just add/change the following declarations in the stylesheets: as indicated by the highlights. That way you don't need to touch the underlying code at all.

testimonials_manager.css and display_all_testimonials.css

#testimonialDefault p{font-weight:bold;}

blockquote div {
padding:38px 56px;
background: url(../images/rgtblockquote.png) bottom right no-repeat;
height:1%;

text-align:center;
font-weight:bold;

}