This topic is locked

HOWTO hide the table name on the list page

11/30/2005 5:29:46 PM
ASPRunnerPro General questions
E
ebolisa author

Hi,

I'd like to hide the table name shown on the list page in the template.

Thank you.

Emilio <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=2152&image=1&table=forumtopics' class='bbc_emoticon' alt=':o' />

Sergey Kornilov admin 11/30/2005

You can open list.asp in template editor and remove the following section:

<td align=center>

<font size=+0><b>Table:&nbsp;<%=Replace("##CAPTION##", " ", "&nbsp;")%></b></font>

</td>