Hi,
On my home page I show on the left handside the top level sections, which are used for navigation.
Within the home page content there is reference to the products sold, in particular the sections that contain the products. I'd like to show these as links to the sections.
My question is what is the correct code to do this, at the moment I use: -
But what does the 'NOLOGIN=1' do, couldn't I just have: -
Note: The site will have trade accounts, should this make a difference to how the link should be coded.
Thanks & Regards,
Andrew
On my home page I show on the left handside the top level sections, which are used for navigation.
Within the home page content there is reference to the products sold, in particular the sections that contain the products. I'd like to show these as links to the sections.
My question is what is the correct code to do this, at the moment I use: -
Code:
<a href="http://www.domain.co.uk/cgi-bin/ss000001.pl?SECTIONID=Essential%5fOils%2ehtml&NOLOGIN=1"><span class="sectionlink">Pure Essential Oils</span></a>
Code:
<a href="http://www.domain.co.uk/acatalog/Essential_Oils.html"><span class="sectionlink">Pure Essential Oils</span></a>>!!
Thanks & Regards,
Andrew
Comment