PDA

View Full Version : Where to put ZOOMSTART ZOOMRESTART



carltonb
03-20-2005, 03:15 PM
In the following code for one of my pages, I do not want to index the header or footer. Where would I put and

And is there any thing in the configuration that I must check to prevent it from being indexed.

Thanks
carlton brooks



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META NAME="Generator" CONTENT="Second Site">

<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=iso-8859-1">
<LINK TYPE="text/css" REL="STYLESHEET" HREF="site.css">
<SCRIPT LANGUAGE="JavaScript1.1" TYPE="text/javascript" SRC="browser.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript1.1" TYPE="text/javascript" SRC="scripts.js"></SCRIPT>
<STYLE TYPE="text/css">
H2 &#123; margin-top&#58; 0px; margin-bottom&#58; 0px; &#125;
H3 &#123; margin-top&#58; 0px; margin-bottom&#58; 0px; &#125;
UL &#123; margin-top&#58; 0px; margin-bottom&#58; 0px; &#125;
OL &#123; margin-top&#58; 0px; margin-bottom&#58; 0px; &#125;
</STYLE>

<TITLE>www.carltonbrooks.net - Person Page 1064</TITLE>
</HEAD>
<BODY ONLOAD="javascript&#58;init&#40;' &#40;p1064.htm&#41;'&#41;;">
<P CLASS=Header><SPAN CLASS=hs1>www.carltonbrooks.net</SPAN>
<SPAN CLASS=hs2>Tracing the Ancestry of Carlton Brooks and Anne Shalek Brooks</SPAN>
<SPAN CLASS=hs2>Person Page 1064</SPAN></P>
<P STYLE="margin&#58;0px;">Master Index (master_index.htm)- Surname Index (surname_index.htm)- Master Place Index (pm1.htm)

Previous Page (p1063.htm)-Next Page (p1065.htm)</P>


<table border="0" cellpadding="0" cellspacing="0" width="1200">
<tbody><tr>
<td>http&#58;//www.carltonbrooks.net/topics/templates/subSilver/images/cellpic3.gif</td></td>
</tr>
</tbody></table>




<H2 id="i1064">Robin Fischer</H2>
<H3></H3>
<TABLE class="grid"><TR><TD CLASS="g1">Father</TD>
<TD CLASS="g3"><SPAN CLASS=ng>Irwin</SPAN> <SPAN CLASS=ns>Fischer</SPAN> (p1060.htm) </TD></TR>
<TR><TD CLASS="g1">Mother</TD>
<TD CLASS="g3"><SPAN CLASS=ng>Barbara</SPAN> <SPAN CLASS=ns>Goldberg</SPAN> (p1061.htm) </TD></TR>
</TABLE>





<table border="0" cellpadding="0" cellspacing="0" width="1200">
<tbody><tr>
<td>http&#58;//www.carltonbrooks.net/topics/templates/subSilver/images/cellpic3.gif</td></td>
</tr>
</tbody></table>

<P STYLE="margin&#58;0px;">Previous Page (p1063.htm)-Next Page (p1065.htm)

Master Index (master_index.htm)- Surname Index (surname_index.htm)- Master Place Index (pm1.htm)</P>
<P CLASS=footing>Please contact me using the link below if you have any questions, comments, corrections, or additions concerning information about this page.


Contact&#58; <script language=javascript>
<!--
var showtag="@"
var showlink="Carlton Brooks";
var showname="family_information";
var showhost="carltonbrooks.net";
document.write&#40;""+showlink+" (+)"&#41;
//-->
</script>
Mesa, Arizona, USA</P>
<P CLASS=footing>This page was created by John Cardinal's Second Site (http&#58;//www.johncardinal.com/ss/) v1.8.7.
Site updated on 20 Feb 2005 from TMG database brooks; 6,022 people</P>
</BODY>
</HTML>

wrensoft
03-20-2005, 09:02 PM
You should place these tags around any part of the web page that you don't want to be indexed. (e.g. Menu items that appear on every page). The tags must always appear as a pair. Having only one of the two tags will mean that it will be ignored.

But maybe the reason you are having a problem is that the tags are,

and


and not as you said in your post?

----
David