[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
How can I supress the automatic generation of a link tag?
- Subject: How can I supress the automatic generation of a link tag?
- From: Christine Young <Christine.Young@RCMP-GRC.GC.CA>
- Date: Thu, 12 Jul 2001 09:00:59 -0400
I have encountered a problem producing an HTML report with SQR. The report is
working properly except that a tag is being generated that I don't want and
have no idea how to get rid of.
HTML><HEAD><BASE TARGET="_self"></HEAD><BODY><PRE>
<A NAME="PAGE1"></A>
is generated automatically, but I want to get rid of the <A NAME="PAGE1"></A>.
We found that if this tag is removed from the source code, it drastically
reduced the size of the file. This is obviously a big plus! I get the feeling
that it is generated because of the table of contents. Can anyone help?!!