Quote:
Originally Posted by goxy63
Nominated rated installed
Works as a charm for me, after I replaced first line in template "bbcode-quote"
with
Code:
<table class="quote_global quote_global-quote" cellspacing="0" width="95%">
as you suggested
Just one small noob question
What's for that PSD file for, I only uploaded two gif images and that PNG one !?
And one more question
How to change colour within quote field, I would like that quoted txt stick out a bit more?
Cheers
|
In case you happen to like the differently sized quote boxes (like I do), you can just change the last css item to this:
Code:
.quote_name, .quote_body {
border-left: solid 1px #CCC;
border-right: solid 1px #CCC;
padding: 4px;
min-width: 300px;
}
I just added min-width so that my longest username can be accommodated without falling under the quote image. Then again, this won't be so clean a solution if users resize their browser text, but whatever.