quote:
Originally posted by scorpius
That's fantastic - being able to change colours and fonts too is exactly what we were looking for.
one further question, is there any way to stop it outputting the 'quote:' bit above the actual box?
Many Thanks
Ofcourse that's possible.
Just replace this line:
fString = doCode(fString, "[quote]", "[/quote]", "<div class=""quoteboxhead"">quote : </div><div class=""quotebox"">", "</div>")
with this one:
fString = doCode(fString, "[quote]", "[/quote]", "<div class=""quoteboxhead""></div><div class=""quotebox"">", "</div>")
or even with this one:
fString = doCode(fString, "[quote]", "[/quote]", "<div class=""quotebox"">", "</div>")