If I could figure out how to get the trace to write
the DIV tag style characteristics, I would be in
business because I saved the webpage generated in the
browser to my desktop as html, then I opened it in
NotePad and found the auto generated DIV tag that was
this: "<DIV id=__asptrace >" and I changed it to this:
"<DIV id=__asptrace
style=position:absolute;left:0px;top:600px;>"
And when I refreshed the html page, the trace info was
at the bottom, below all the regular web stuff! Just
like I wanted.
Now to figure out how to autogenerate it because
putting it at the bottom of the HTML code in design
mode doesn't work.