Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unwanted Tables in Brio Report

Status
Not open for further replies.

KBHere

Programmer
Jan 22, 2002
5
0
0
AU
When I use Brio Report's Table of contents command

Code:
TOC-Entry Text = &bName level=1


the following html is generated.
Code:
table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; height=&quot;200&quot;><tr><td><font size=&quot;1&quot;>&nbsp;</font></td></tr></table>
<a name=&quot;TOC3&quot;></a>

I do not want to have a very long table with a &nbsp in it! I only require the anchor part of the generated html.

Does anyone know why this is happening, and how I can avoid it? I do not have any
Code:
html_br ('')
. I have excessive whitespace that I can only remove by removing the TOC commands. And I would like to ulitise the Table Of Contents facility.

Have I turned off all the html functionality properly - using the
Code:
html_on
command?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top