MadDog wrote:
There is nothing wrong with the printer function. Try reinstalling the forum with the newest version. |
I found the problem but can't seem to fix it.
skin_file.asp contains:
Const strTableQuoteBorderColour = "#CCCCCC" 'Quoted Posts table border colour (This is quotes within a post) Const strTableQuoteColour = "#FFFFFF" 'Quoted Posts table colour
|
printer_friendly_posts.asp contains:
<% strTableQuoteBorderColour = "#CCCCCC" strTableQuoteColour = "#FFFFFF"
'If there are no threads returned by the qury then display an error message If rsCommon.EOF Then %> |
I have tried omitting these references from each and even assigning them the same values. I either get "illegal assigment" , "undefined variable" , or a 500 internal server error.
Help?