Page 1 of 1

Multiple sections in generated pages.

PostPosted: Thu Nov 27, 2003 10:56 am
by Vince Salese
The HTML code below is lifted from a typical page from our site. Why do we
have multiple head sections? Does the last one override the first or are
they cummulative? Where is the second one being generated from in ShopSite?
We are running SS Pro 6.30.


<html>
<head>
<title>Handheld VHF Radios</title>
<meta name="description" content="AhoyCaptain.com is an Authorized
Distributor for Icom, Standard Horizon, Uniden, and Humminbird VHF marine
radios.

Ahoy Captain - Outfitters for discriminating boaters. We are the source for
boating equipment for serious sailors, powerboaters and navigators. We only
carry equipment that we would use ourselves and offer them to you at the
best possible prices. All orders placed on this web site are completely
confidential and secure.">
<meta name="keywords" content="handheld vhf marine radio icom standard
horizon uniden">
<meta name="generator" content="ShopSite Pro 6.3.0 Default Page Template -C
code">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#0000FF"
alink="#0000FF" >


<head>
<title></title>
<style fprolloverstyle>A:hover {color: #000080; font-weight: bold}
</style>
</head>

<body link="#0000FF" vlink="#0000FF" alink="#0000FF" bgcolor="#FFFFFF">

Re: Multiple sections in generated pages.

PostPosted: Fri Nov 28, 2003 6:05 pm
by Jim
The ShopSite templates only put in one head tag which is the first
section of the code below. Check your store's Header and any text that
you put in the page texts fields and any style sheet you may be
including to see if you have one there. If you are using custom
templates make sure that you are not including one head in the template
and another in the store's header.

Jim

Vince Salese wrote:
The HTML code below is lifted from a typical page from our site. Why do we
have multiple head sections? Does the last one override the first or are
they cummulative? Where is the second one being generated from in ShopSite?
We are running SS Pro 6.30.


html
head
title>Handheld VHF Radios</title
meta name="description" content="AhoyCaptain.com is an Authorized
Distributor for Icom, Standard Horizon, Uniden, and Humminbird VHF marine
radios.

Ahoy Captain - Outfitters for discriminating boaters. We are the source for
boating equipment for serious sailors, powerboaters and navigators. We only
carry equipment that we would use ourselves and offer them to you at the
best possible prices. All orders placed on this web site are completely
confidential and secure."
meta name="keywords" content="handheld vhf marine radio icom standard
horizon uniden"
meta name="generator" content="ShopSite Pro 6.3.0 Default Page Template -C
code"
/head
body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#0000FF"
alink="#0000FF"


head
title></title
style fprolloverstyle>A:hover {color: #000080; font-weight: bold}
/style
/head

body link="#0000FF" vlink="#0000FF" alink="#0000FF" bgcolor="#FFFFFF"