ScoobyDood
Programmer
I'm trying to add META tags to my site so I can get more hits with search engines, but when I add the META tags it messes up my navbar, which has some image rollovers. The navbar is fine until I add the tags. The error I get is 'Object Expected'. They are both in the <HEAD> tags. Does that metter? Please help. Here is the entire page:
<html>
<head>
<meta http-equiv="expires" content="Tue, 12 May 2009 00:36:05 GMT">
<meta name="keywords" content="Web Design, Web, Design, Page, Site, Website, Webpage">
<meta name="description" content="LotTech Web Design - Professional, Functional, Low Cost Web Sites">
<meta name="robots" content="all">
<title>LotTech Web Design - Professional, Functional, Low Cost Web Sites</title>
<!--// LotTech Web Design - Professional, Functional, Low Cost Web Sites //--!>
<script language='Javascript'><!--
if (document.images) {
//Images
img1on = new Image();
img1on.src = '
img2on = new Image();
img2on.src = '
img3on = new Image();
img3on.src = '
img4on = new Image();
img4on.src = '
img5on = new Image();
img5on.src = '
img6on = new Image();
img6on.src = '
img1off = new Image();
img1off.src = '
img2off = new Image();
img2off.src = '
img3off = new Image();
img3off.src = '
img4off = new Image();
img4off.src = '
img5off = new Image();
img5off.src = '
img6off = new Image();
img6off.src = ' }
//Function to 'activate' images.
function imgOn(imgName) {
if (document.images) {
document
.src = eval(imgName + 'on.src');
}
}
//Function to 'deactivate' images.
function imgOff(imgName) {
if (document.images) {
document
.src = eval(imgName + 'off.src');
}
}
// -->
</script>
</head>
<body>
<table border='0' height='100%' width='100%' cellspacing='0' cellpadding='3'>
<tr><td rowspan='2' valign='top' width='200'>
<!-- LOGO --!>
<a href="web.html" onMouseOver="imgOn('img1')" onMouseOut="imgOff('img1')">
<img name="img1" SRC=" alt="LotTech Web Design" height="120"
width="120" vspace="0" hspace="0" border="0"></a><br>
<!-- Navagation --!>
<a href="design.html" onMouseOver="imgOn('img2')" onMouseOut="imgOff('img2')">
<img name="img2" src=" alt="Web Design" height="25"
width="160" vspace="0" hspace="0" border="0"></a>
<br>
<a href="pp" onMouseOver="imgOn('img3')" onMouseOut="imgOff('img3')">
<img name="img3" src=" alt="Post-A-Page" height="25"
width="160" vspace="0" hspace="0" border="0"></a>
<br>
<a href="web.html" onMouseOver="imgOn('img4')" onMouseOut="imgOff('img4')">
<img name="img4" src=" alt="FAQ" height="25"
width="70" vspace="0" hspace="0" border="0"></a>
<br>
<a href="web.html" onMouseOver="imgOn('img5')" onMouseOut="imgOff('img5')">
<img name="img5" src=" alt="Help" height="25"
width="76" vspace="0" hspace="0" border="0"></a>
<br>
<a href="web.html" onMouseOver="imgOn('img6')" onMouseOut="imgOff('img6')">
<img name="img6" src=" alt="Terms of Use" height="25"
width="168" vspace="0" hspace="0" border="0"></a>
</td><td align='middle' height='60'>
</td></tr>
<tr><td valign='top'>
<b><font face='verdana' color='darkslateblue' size='-4'>
<!-- MAIN CONTENT --!>
<u>Welcome</u><br>
LotTech Web Design will make a professional, functional, low cost web site
for your small business. Basic Packages included everything you need to
inform customers about your business, entise them to come, and it also
adds a professional feel to your business.
<p>
We also create personal web pages for a flat rate of $20.00.
More information can be found on our other site, Post-A-Page.
</b></font></td></tr></table><hr>
<font size='-5' face='verdana'><center>
Copyright © 2002 LotTech Web Design.
All rights reserved.</font>
</center></body></html>
Computers - Can't live with 'em, can't live without 'em! Check this out:
<html>
<head>
<meta http-equiv="expires" content="Tue, 12 May 2009 00:36:05 GMT">
<meta name="keywords" content="Web Design, Web, Design, Page, Site, Website, Webpage">
<meta name="description" content="LotTech Web Design - Professional, Functional, Low Cost Web Sites">
<meta name="robots" content="all">
<title>LotTech Web Design - Professional, Functional, Low Cost Web Sites</title>
<!--// LotTech Web Design - Professional, Functional, Low Cost Web Sites //--!>
<script language='Javascript'><!--
if (document.images) {
//Images
img1on = new Image();
img1on.src = '
img2on = new Image();
img2on.src = '
img3on = new Image();
img3on.src = '
img4on = new Image();
img4on.src = '
img5on = new Image();
img5on.src = '
img6on = new Image();
img6on.src = '
img1off = new Image();
img1off.src = '
img2off = new Image();
img2off.src = '
img3off = new Image();
img3off.src = '
img4off = new Image();
img4off.src = '
img5off = new Image();
img5off.src = '
img6off = new Image();
img6off.src = ' }
//Function to 'activate' images.
function imgOn(imgName) {
if (document.images) {
document
}
}
//Function to 'deactivate' images.
function imgOff(imgName) {
if (document.images) {
document
}
}
// -->
</script>
</head>
<body>
<table border='0' height='100%' width='100%' cellspacing='0' cellpadding='3'>
<tr><td rowspan='2' valign='top' width='200'>
<!-- LOGO --!>
<a href="web.html" onMouseOver="imgOn('img1')" onMouseOut="imgOff('img1')">
<img name="img1" SRC=" alt="LotTech Web Design" height="120"
width="120" vspace="0" hspace="0" border="0"></a><br>
<!-- Navagation --!>
<a href="design.html" onMouseOver="imgOn('img2')" onMouseOut="imgOff('img2')">
<img name="img2" src=" alt="Web Design" height="25"
width="160" vspace="0" hspace="0" border="0"></a>
<br>
<a href="pp" onMouseOver="imgOn('img3')" onMouseOut="imgOff('img3')">
<img name="img3" src=" alt="Post-A-Page" height="25"
width="160" vspace="0" hspace="0" border="0"></a>
<br>
<a href="web.html" onMouseOver="imgOn('img4')" onMouseOut="imgOff('img4')">
<img name="img4" src=" alt="FAQ" height="25"
width="70" vspace="0" hspace="0" border="0"></a>
<br>
<a href="web.html" onMouseOver="imgOn('img5')" onMouseOut="imgOff('img5')">
<img name="img5" src=" alt="Help" height="25"
width="76" vspace="0" hspace="0" border="0"></a>
<br>
<a href="web.html" onMouseOver="imgOn('img6')" onMouseOut="imgOff('img6')">
<img name="img6" src=" alt="Terms of Use" height="25"
width="168" vspace="0" hspace="0" border="0"></a>
</td><td align='middle' height='60'>
</td></tr>
<tr><td valign='top'>
<b><font face='verdana' color='darkslateblue' size='-4'>
<!-- MAIN CONTENT --!>
<u>Welcome</u><br>
LotTech Web Design will make a professional, functional, low cost web site
for your small business. Basic Packages included everything you need to
inform customers about your business, entise them to come, and it also
adds a professional feel to your business.
<p>
We also create personal web pages for a flat rate of $20.00.
More information can be found on our other site, Post-A-Page.
</b></font></td></tr></table><hr>
<font size='-5' face='verdana'><center>
Copyright © 2002 LotTech Web Design.
All rights reserved.</font>
</center></body></html>
Computers - Can't live with 'em, can't live without 'em! Check this out: