Quote:
Originally Posted by ScrapProfessor
Hi all!
I'm having a weird thing happen to the links in the 'location' navigational system. If you look at the following page on my website, and put your mouse over the 'location' area you'll see what the links do. It's weird. I don't know why it's doing it but I don't like it. Can anyone tell me how to fix it?
http://www.scrapprofessor.com/store/product.php?productid=1001&cat=0&page=1
When I run in 'webmaster mode' I can see that the template for this is the location.tpl.
|
First, I do not know how you get on, but it's not good (multiple tags <HTML>, <BODY> ...):
PHP Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>
............
<html>
<head>
<title></title>
<meta content="Microsoft FrontPage 4.0" name="GENERATOR">
</head>
<body>
<table cellspacing="0" cellpadding="0" width="100%">
.................
</tbody>
</table>
</body>
</html>
.............
I think that you are not properly set the description of the categories / products.
Fix it And all work.
PS. Problem in a left banner block delete the following lines and everything will be all right:
PHP Code:
<html>
<head>
<title></title>
<meta content="Microsoft FrontPage 4.0" name="GENERATOR">
</head>
<body>
.....and.....
</body>
</html>