how is possible to quote a spoiler text and... keep it hidden?
at the moment this is the code running.
function extratags(fString)
fString = doCode(fString, "", "", "<font color=""" & CColor & """>", "</font id=""" & CColor & """>")
fString = doCode(fString, "[.quote]", "[/quote]", "<div class=""quoteboxhead"">quote : </div><div class=""quotebox"">", "</div>")
extratags = fString
end function