Hello,
I'm trying to stop Quick Search from showing on any of my pages. Although I'm very close, I seem to be missing something.
The following instruction is given in the Knowledge base.
Select 'Advanced | Template Manager' and locate the general header layout template 'Act_Header.html'. Locate the variable...
NETQUOTEVAR:SIMPLESEARCH
replace it with...
<!-- NETQUOTEVAR:SIMPLESEARCH -->
I can't see that this actually does anything! However, I repeated this in the Act_Primary and Quick Search disappears! Great, except that I'm left with the black line that underlined Quick Search.
As my knowledge of HTML is still very small (Only on Chapter 4!) I'm guessing that the following code creates this black line
<table width="100" border="0" cellspacing="0" cellpadding="0" align="center">
I have tried commenting it out as shown below (if that's the right expression) to see what would happen.
<!--table width="100" border="0" cellspacing="0" cellpadding="0" align="center"-->
It does remove the line but replaces it at the bottom of the page on the left hand side!
Can anybody help and tell me what I'm missing or where I'm going wrong?
Many thanks
Myles Sinclair
I'm trying to stop Quick Search from showing on any of my pages. Although I'm very close, I seem to be missing something.
The following instruction is given in the Knowledge base.
Select 'Advanced | Template Manager' and locate the general header layout template 'Act_Header.html'. Locate the variable...
NETQUOTEVAR:SIMPLESEARCH
replace it with...
<!-- NETQUOTEVAR:SIMPLESEARCH -->
I can't see that this actually does anything! However, I repeated this in the Act_Primary and Quick Search disappears! Great, except that I'm left with the black line that underlined Quick Search.
As my knowledge of HTML is still very small (Only on Chapter 4!) I'm guessing that the following code creates this black line
<table width="100" border="0" cellspacing="0" cellpadding="0" align="center">
I have tried commenting it out as shown below (if that's the right expression) to see what would happen.
<!--table width="100" border="0" cellspacing="0" cellpadding="0" align="center"-->
It does remove the line but replaces it at the bottom of the page on the left hand side!
Can anybody help and tell me what I'm missing or where I'm going wrong?
Many thanks
Myles Sinclair
Comment