For some reason, every time I try to implement this, I get a quotebox with a dashed-line round the outside but the dashes are about 100 pixels or so thick!
Maybe it's something to do with the CSS work I've done to the site, I don't know. I've tried it twice, to no avail.
One thing I have noticed though. The line it says to edit in inc_header.asp which goes:
"input.radio {background:" & strPopUpTableColor & ";color:#000000}" & vbNewLine & _
Looks like this in mine:
"input.radio {color:#000000}" & vbNewLine & _

<