Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 08-24-2016 08:07:48

geraldz
Member
Registered: 09-27-2011
Posts: 251

How to add an on-page bookmark

Our product is unique so we display a lot of information at the top of the category page and then you order at the bottom of the page.

I'd like to add a bookmark at the top of the page that you click on to jump to the ordering section, but it doesn't want to work:

This is what I put at the top of the page:

Code:

<h3>Build your SnakeClamp <a href="#build">at the bottom of this page</a> by selecting your choice of Attachment(s), Flexible Gooseneck and/or Rigid Arm(s) and Mounting Base(s)</h3>

And this is what I put at the bottom of the page:

Code:

<p id="build"><b>Build your SnakeClamp</b> by choosing your combination of attachment(s), flexible gooseneck and/or rigid arm(s) and mounting base(s).</p>

Unfortunately when I click on the link it goes to the homepage:

http://snakeclamp.com/#build

Help appreciated!  Thanks.

Offline

 

#2 09-01-2016 08:18:47

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: How to add an on-page bookmark

I believe that target (p) needs to be a block-level element, which a p tag is not (it's inline).  So change:

Code:

<p id="build">...</p>

To:

Code:

<div id="build">...</div>

Nick Hendler

Offline

 

#3 09-06-2016 04:31:16

geraldz
Member
Registered: 09-27-2011
Posts: 251

Re: How to add an on-page bookmark

No, that doesn't work.  The result is the same, it goes to the homepage:

http://snakeclamp.com/#build

Offline

 

#4 09-06-2016 09:51:50

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: How to add an on-page bookmark

Can you post the page on which you're putting this link?


Nick Hendler

Offline

 

#5 09-07-2016 10:30:58

west4
Member
From: UK
Registered: 04-16-2008
Posts: 645
Website

Re: How to add an on-page bookmark

Hi Geraldz

try the jump solution...

the button/link

Code:

<a href="#Top">Top</a>

where you want to jump to..

Code:

<a name="Top">

Cheers,
Bruce.

Last edited by west4 (09-07-2016 10:32:07)


I'd rather have a full bottle in front of me, than a full frontal labotomy.

Offline

 

#6 09-09-2016 09:42:05

geraldz
Member
Registered: 09-27-2011
Posts: 251

Re: How to add an on-page bookmark

Nothing works.  I have set up a test page here:

http://snakeclamp.com/test

Thanks

Offline

 

#7 09-12-2016 02:52:27

west4
Member
From: UK
Registered: 04-16-2008
Posts: 645
Website

Re: How to add an on-page bookmark

Hi,

On your Snake clamp page... add-- <a name="build">
then don't forget to close the "a" at the end of the info with a </a>

Like this....

Code:

<a name="build">
<div id="build"><b>Build your SnakeClamp</b> by choosing your combination of attachment(s), flexible gooseneck and/or rigid arm(s) and mounting base(s).  All attachments and mounting bases include all required hardware for attaching to flexible gooseneck and/or rigid arms. Rigid Arm includes 1" threaded stud for splicing to a flexible gooseneck arm.  The threaded stud is also sold separately for splicing gooseneck arms together.</div>

</div>
</div>

<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--ns" value="addcart" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--app" value="ecom" /></p>

<h3 class="defaultheading">Select Your Attachment(s)</h2>

<table id="core--cptbl--xe799qnsd" class="invisible">
<tr>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height" style="margin-left: 0px;">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/snakeclamp-camera-mount-adapter" title="SCP-CM - Camera Mount Adapter"><img src="media/ecom/prodsm/camera-mount-adapter-1.jpg" width="100" alt="SCP-CM - Camera Mount Adapter" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/snakeclamp-camera-mount-adapter" title="SCP-CM - Camera Mount Adapter"><strong>SCP-CM - Camera Mount Adapter</strong></a></p>
</div>
<div class="prodlistdesc">
<p>Camera Mount Adapter attachment</p>
</div>
<div id="cameramountadapter--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$11.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--cameramountadapter"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--cameramountadapter--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--cameramountadapter--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--cameramountadapter--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--cameramountadapter--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--cameramountadapter--quantity" id="ecom--prodaddtocartM--cameramountadapter--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--cameramountadapter--prodall" value="cameramountadapter" /></p>
</div>

</div>
</td>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/scp-bh" title="SCP-BH - Camera Ball Head"><img src="media/ecom/prodsm/ball-head-1.jpg" width="100" alt="SCP-BH - Camera Ball Head" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/scp-bh" title="SCP-BH - Camera Ball Head"><strong>SCP-BH - Camera Ball Head</strong></a></p>
</div>
<div class="prodlistdesc">
<p>Camera Ball Head attachment</p>
</div>
<div id="scp-bh--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$13.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--scp-bh"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--scp-bh--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--scp-bh--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--scp-bh--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--scp-bh--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--scp-bh--quantity" id="ecom--prodaddtocartM--scp-bh--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--scp-bh--prodall" value="scp-bh" /></p>
</div>

</div>
</td>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height" style="margin-right: 0px;">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/P-GPST03" title="P-GPST03 - GoPro ST-03 Mount Bracket"><img src="media/ecom/prodsm/gopro-st03.jpg" width="100" alt="P-GPST03 - GoPro ST-03 Mount Bracket" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/P-GPST03" title="P-GPST03 - GoPro ST-03 Mount Bracket"><strong>P-GPST03 - GoPro ST-03 Mount Bracket</strong></a></p>
</div>
<div class="prodlistdesc">
<p>GoPro ST-03 tripod mount adapter.  Attaches to our Camera Mount Adapter or Camera Ball Head.</p>
</div>
<div id="P-GPST03--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$3.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--P-GPST03"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--P-GPST03--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--P-GPST03--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--P-GPST03--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--P-GPST03--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--P-GPST03--quantity" id="ecom--prodaddtocartM--P-GPST03--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--P-GPST03--prodall" value="P-GPST03" /></p>
</div>

</div>
</td>
</tr>
</table>
<h3 class="defaultheading">Select Your Gooseneck and/or Rigid Arm(s)</h2>

<table id="core--cptbl--x77j62505" class="invisible">
<tr>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height" style="margin-left: 0px;">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/9-inch-flexible-goosneck-arm" title="SCP-GN09 - 9" Flexible Gooseneck Arm"><img src="media/ecom/prodsm/gn09.jpg" width="100" alt="SCP-GN09 - 9" Flexible Gooseneck Arm" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/9-inch-flexible-goosneck-arm" title="SCP-GN09 - 9" Flexible Gooseneck Arm"><strong>SCP-GN09 - 9" Flexible Gooseneck Arm</strong></a></p>
</div>
<div class="prodlistdesc">
<p>9" Flexible Gooseneck Arm</p>
</div>
<div id="gooseneck09--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$10.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--gooseneck09"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--gooseneck09--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--gooseneck09--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--gooseneck09--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--gooseneck09--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--gooseneck09--quantity" id="ecom--prodaddtocartM--gooseneck09--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--gooseneck09--prodall" value="gooseneck09" /></p>
</div>

</div>
</td>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/SCP-GN13B" title="SCP-GN13B - 13" Flexible Gooseneck Arm, Black"><img src="media/ecom/prodsm/gn13.jpg" width="100" alt="SCP-GN13B - 13" Flexible Gooseneck Arm, Black" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/SCP-GN13B" title="SCP-GN13B - 13" Flexible Gooseneck Arm, Black"><strong>SCP-GN13B - 13" Flexible Gooseneck Arm, Black</strong></a></p>
</div>
<div class="prodlistdesc">
<p>13" Flexible Gooseneck Arm, Black</p>
</div>
<div id="SCP-GN13B--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$16.95</td></tr>
<tr><td class="ecom_pricedisp_name">Stock Info:</td>
<td class="ecom_pricedisp_stockout">Out Of Stock</td></tr>
</table>
</div>
</div>

</div>
</td>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height" style="margin-right: 0px;">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/18-inch-flexible-goosneck-arm" title="SCP-GN18 - 18" Flexible Gooseneck Arm"><img src="media/ecom/prodsm/gn18.jpg" width="100" alt="SCP-GN18 - 18" Flexible Gooseneck Arm" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/18-inch-flexible-goosneck-arm" title="SCP-GN18 - 18" Flexible Gooseneck Arm"><strong>SCP-GN18 - 18" Flexible Gooseneck Arm</strong></a></p>
</div>
<div class="prodlistdesc">
<p>18" Flexible Gooseneck Arm</p>
</div>
<div id="18gooseneck--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$16.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--18gooseneck"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--18gooseneck--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--18gooseneck--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--18gooseneck--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--18gooseneck--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--18gooseneck--quantity" id="ecom--prodaddtocartM--18gooseneck--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--18gooseneck--prodall" value="18gooseneck" /></p>
</div>

</div>
</td>
</tr>
<tr>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height" style="margin-left: 0px;">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/18-inch-heavy-duty-flexible-goosneck-arm" title="SCP-GN18HD - 18" Heavy-Duty Flexible Gooseneck Arm"><img src="media/ecom/prodsm/gn18hd.jpg" width="100" alt="SCP-GN18HD - 18" Heavy-Duty Flexible Gooseneck Arm" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/18-inch-heavy-duty-flexible-goosneck-arm" title="SCP-GN18HD - 18" Heavy-Duty Flexible Gooseneck Arm"><strong>SCP-GN18HD - 18" Heavy-Duty Flexible Gooseneck Arm</strong></a></p>
</div>
<div class="prodlistdesc">
<p>18" Heavy-Duty Flexible Gooseneck Arm</p>
</div>
<div id="18gooseneckHD--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$17.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--18gooseneckHD"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--18gooseneckHD--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--18gooseneckHD--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--18gooseneckHD--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--18gooseneckHD--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--18gooseneckHD--quantity" id="ecom--prodaddtocartM--18gooseneckHD--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--18gooseneckHD--prodall" value="18gooseneckHD" /></p>
</div>

</div>
</td>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/24-inch-gooseneck" title="SCP-GN24 - 24" Heavy-Duty Flexible Gooseneck Arm"><img src="media/ecom/prodsm/gn24.jpg" width="100" alt="SCP-GN24 - 24" Heavy-Duty Flexible Gooseneck Arm" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/24-inch-gooseneck" title="SCP-GN24 - 24" Heavy-Duty Flexible Gooseneck Arm"><strong>SCP-GN24 - 24" Heavy-Duty Flexible Gooseneck Arm</strong></a></p>
</div>
<div class="prodlistdesc">
<p>24" Heavy-Duty Flexible Gooseneck Arm</p>
</div>
<div id="SCP-GN24--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$29.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--SCP-GN24"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--SCP-GN24--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--SCP-GN24--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--SCP-GN24--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--SCP-GN24--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--SCP-GN24--quantity" id="ecom--prodaddtocartM--SCP-GN24--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--SCP-GN24--prodall" value="SCP-GN24" /></p>
</div>

</div>
</td>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height" style="margin-right: 0px;">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/rigid-tube-12-inch" title="SCP-RA12 - 12" Rigid Arm"><img src="media/ecom/prodsm/prod-rigid-arm.jpg" width="100" alt="SCP-RA12 - 12" Rigid Arm" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/rigid-tube-12-inch" title="SCP-RA12 - 12" Rigid Arm"><strong>SCP-RA12 - 12" Rigid Arm</strong></a></p>
</div>
<div class="prodlistdesc">
<p>12" Rigid Arm, includes 1" threaded stud (SCP-STUD1)</p>
</div>
<div id="rigid-tube-12-inch--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$13.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--rigid-tube-12-inch"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--rigid-tube-12-inch--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--rigid-tube-12-inch--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--rigid-tube-12-inch--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--rigid-tube-12-inch--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--rigid-tube-12-inch--quantity" id="ecom--prodaddtocartM--rigid-tube-12-inch--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--rigid-tube-12-inch--prodall" value="rigid-tube-12-inch" /></p>
</div>

</div>
</td>
</tr>
<tr>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height" style="margin-left: 0px;">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/stainless-steel-threaded-stud" title="SCP-STUD1 - 1" Threaded Stud"><img src="media/ecom/prodsm/prod-stud-lg.jpg" width="100" alt="SCP-STUD1 - 1" Threaded Stud" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/stainless-steel-threaded-stud" title="SCP-STUD1 - 1" Threaded Stud"><strong>SCP-STUD1 - 1" Threaded Stud</strong></a></p>
</div>
<div class="prodlistdesc">
<p>1" Threaded Stainless Steel Stud</p>
</div>
<div id="stud1inch--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$1.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--stud1inch"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--stud1inch--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--stud1inch--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--stud1inch--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--stud1inch--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--stud1inch--quantity" id="ecom--prodaddtocartM--stud1inch--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--stud1inch--prodall" value="stud1inch" /></p>
</div>

</div>
</td>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/SCP-QD" title="SCP-QD - Quick Disconnect"><img src="media/ecom/prodsm/quick-disconnect-open.jpg" width="100" alt="SCP-QD - Quick Disconnect" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/SCP-QD" title="SCP-QD - Quick Disconnect"><strong>SCP-QD - Quick Disconnect</strong></a></p>
</div>
<div class="prodlistdesc">
<p>Our Quick Disconnect allows you to quickly and easily change attachments and mounting bases.  Simply push and twist to connect and disconnect.</p>
</div>
<div id="SCP-QD--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$11.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--SCP-QD"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--SCP-QD--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--SCP-QD--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--SCP-QD--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--SCP-QD--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--SCP-QD--quantity" id="ecom--prodaddtocartM--SCP-QD--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--SCP-QD--prodall" value="SCP-QD" /></p>
</div>

</div>
</td>
<td class="invisible" style="width: 33%;">&nbsp;</td>
</tr>
</table>
<h3 class="defaultheading">Select Your Mounting Base(s)</h2>

<table id="core--cptbl--x0a68al39" class="invisible">
<tr>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height" style="margin-left: 0px;">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/snakeclamp-table-clamp-mounting-option" title="SCP-TC - Table Clamp"><img src="media/ecom/prodsm/table-clamp-on-shelf.jpg" width="100" alt="SCP-TC - Table Clamp" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/snakeclamp-table-clamp-mounting-option" title="SCP-TC - Table Clamp"><strong>SCP-TC - Table Clamp</strong></a></p>
</div>
<div class="prodlistdesc">
<p>Heavy-duty Table Clamp mounting option. Includes all hardware.</p>
</div>
<div id="tableclamp--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$22.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--tableclamp"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--tableclamp--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--tableclamp--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--tableclamp--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--tableclamp--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--tableclamp--quantity" id="ecom--prodaddtocartM--tableclamp--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--tableclamp--prodall" value="tableclamp" /></p>
</div>

</div>
</td>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/snakeclamp-rail-clamp-mounting-option" title="SCP-RC - Rail Clamp"><img src="media/ecom/prodsm/rail-clamp1.jpg" width="100" alt="SCP-RC - Rail Clamp" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/snakeclamp-rail-clamp-mounting-option" title="SCP-RC - Rail Clamp"><strong>SCP-RC - Rail Clamp</strong></a></p>
</div>
<div class="prodlistdesc">
<p>Rail Clamp mounting option.  For supporting lightweight objects.  Includes all hardware.</p>
</div>
<div id="railclamp--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$23.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--railclamp"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--railclamp--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--railclamp--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--railclamp--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--railclamp--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--railclamp--quantity" id="ecom--prodaddtocartM--railclamp--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--railclamp--prodall" value="railclamp" /></p>
</div>

</div>
</td>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height" style="margin-right: 0px;">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/SCP-MC" title="SCP-MC - Multiclamp"><img src="media/ecom/prodsm/prod-multiclamp.jpg" width="100" alt="SCP-MC - Multiclamp" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/SCP-MC" title="SCP-MC - Multiclamp"><strong>SCP-MC - Multiclamp</strong></a></p>
</div>
<div class="prodlistdesc">
<p>Heavy-Duty Multiclamp mounting option. Includes all hardware.</p>
</div>
<div id="SCP-MC--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$29.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--SCP-MC"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--SCP-MC--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--SCP-MC--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--SCP-MC--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--SCP-MC--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--SCP-MC--quantity" id="ecom--prodaddtocartM--SCP-MC--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--SCP-MC--prodall" value="SCP-MC" /></p>
</div>

</div>
</td>
</tr>
<tr>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height" style="margin-left: 0px;">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/snakeclamp-plate-mount-mounting-option" title="SCP-PM - Plate Mount"><img src="media/ecom/prodsm/prod-plate-mount.jpg" width="100" alt="SCP-PM - Plate Mount" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/snakeclamp-plate-mount-mounting-option" title="SCP-PM - Plate Mount"><strong>SCP-PM - Plate Mount</strong></a></p>
</div>
<div class="prodlistdesc">
<p>Plate Mount mounting option. Includes all hardware.</p>
</div>
<div id="platemount--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$13.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--platemount"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--platemount--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--platemount--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--platemount--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--platemount--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--platemount--quantity" id="ecom--prodaddtocartM--platemount--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--platemount--prodall" value="platemount" /></p>
</div>

</div>
</td>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/snakeclamp-round-base-mounting-option" title="SCP-RB - Round Base"><img src="media/ecom/prodsm/prod-round-base.jpg" width="100" alt="SCP-RB - Round Base" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/snakeclamp-round-base-mounting-option" title="SCP-RB - Round Base"><strong>SCP-RB - Round Base</strong></a></p>
</div>
<div class="prodlistdesc">
<p>Round Steel Base mounting option. Includes all hardware.</p>
</div>
<div id="roundbase--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$14.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--roundbase"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--roundbase--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--roundbase--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--roundbase--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--roundbase--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--roundbase--quantity" id="ecom--prodaddtocartM--roundbase--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--roundbase--prodall" value="roundbase" /></p>
</div>

</div>
</td>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height" style="margin-right: 0px;">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/SCP-RBW" title="SCP-RBW - Round Base Weighted"><img src="media/ecom/prodsm/prod-round-base.jpg" width="100" alt="SCP-RBW - Round Base Weighted" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/SCP-RBW" title="SCP-RBW - Round Base Weighted"><strong>SCP-RBW - Round Base Weighted</strong></a></p>
</div>
<div class="prodlistdesc">
<p>Round Steel Base mounting option weighted with 1.8lb magnet for added stability. Includes all hardware.</p>
</div>
<div id="SCP-RBW--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$34.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--SCP-RBW"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--SCP-RBW--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--SCP-RBW--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--SCP-RBW--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--SCP-RBW--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--SCP-RBW--quantity" id="ecom--prodaddtocartM--SCP-RBW--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--SCP-RBW--prodall" value="SCP-RBW" /></p>
</div>

</div>
</td>
</tr>
<tr>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height" style="margin-left: 0px;">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/P-RBW" title="P-RBW - Magnet Weight for Round Base"><img src="media/ecom/prodsm/prod-magnet.jpg" width="100" alt="P-RBW - Magnet Weight for Round Base" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/P-RBW" title="P-RBW - Magnet Weight for Round Base"><strong>P-RBW - Magnet Weight for Round Base</strong></a></p>
</div>
<div class="prodlistdesc">
<p>Magnet weight for Round Base.  If you already have a Round Base, attach this 1.8 lb. magnet to the bottom for added stability.</p>
</div>
<div id="P-RBW--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$19.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--P-RBW"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--P-RBW--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--P-RBW--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--P-RBW--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--P-RBW--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--P-RBW--quantity" id="ecom--prodaddtocartM--P-RBW--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--P-RBW--prodall" value="P-RBW" /></p>
</div>

</div>
</td>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/SCP-SC" title="SCP-SC - Suction Cup Mount"><img src="media/ecom/prodsm/prod-suction-cup-mount.jpg" width="100" alt="SCP-SC - Suction Cup Mount" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/SCP-SC" title="SCP-SC - Suction Cup Mount"><strong>SCP-SC - Suction Cup Mount</strong></a></p>
</div>
<div class="prodlistdesc">
<p>Suction Cup mounting option. For supporting lightweight objects.  Includes all hardware.</p>
</div>
<div id="SCP-SC--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$16.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--SCP-SC"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--SCP-SC--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--SCP-SC--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--SCP-SC--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--SCP-SC--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--SCP-SC--quantity" id="ecom--prodaddtocartM--SCP-SC--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--SCP-SC--prodall" value="SCP-SC" /></p>
</div>

</div>
</td>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height" style="margin-right: 0px;">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/snakeclamp-magnet-base-mounting-option" title="SCP-MB - Magnet Base"><img src="media/ecom/prodsm/prod-magnet-base.jpg" width="100" alt="SCP-MB - Magnet Base" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/snakeclamp-magnet-base-mounting-option" title="SCP-MB - Magnet Base"><strong>SCP-MB - Magnet Base</strong></a></p>
</div>
<div class="prodlistdesc">
<p>200# Hold Magnet Base mounting option. Includes all hardware.</p>
</div>
<div id="magnetbase--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$30.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--magnetbase"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--magnetbase--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--magnetbase--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--magnetbase--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--magnetbase--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--magnetbase--quantity" id="ecom--prodaddtocartM--magnetbase--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--magnetbase--prodall" value="magnetbase" /></p>
</div>

</div>
</td>
</tr>
<tr>
<td class="invisible" style="width: 33%;">
<div class="ecom_prodlist  reg_adjust_height" style="margin-left: 0px;">
<div class="center" style="padding-bottom: 10px">
<a href="http://snakeclamp.com/Item/P-GT" title="P-GT - Gaffers Tape"><img src="media/ecom/prodsm/prod-gaffers-tape.jpg" width="100" alt="P-GT - Gaffers Tape" /></a>
<div class="prodlistname">
<p><a href="http://snakeclamp.com/Item/P-GT" title="P-GT - Gaffers Tape"><strong>P-GT - Gaffers Tape</strong></a></p>
</div>
<div class="prodlistdesc">
<p>Gaffers tape 1" x 12 yards.  Provides extra friction for gripping slippery pipes/rods/tubes/railings.  For use with Rail Clamp and Multiclamp.</p>
</div>
<div id="P-GT--pricedisp">
<table class="ecom_pricedisp_center">
<tr><td class="ecom_pricedisp_name">Our Price:</td>
<td class="ecom_pricedisp_price">$8.95</td></tr>
</table>
</div>
<form action="http://snakeclamp.com/store.php" method="post" id="ecom--prodaddtocartM--P-GT"  enctype="multipart/form-data">

<p class="hidden" style="display: none;"><input type="hidden" name="sid" id="ecom--prodaddtocartM--P-GT--sid" value="yyhkhqrwjbgbr8hpwd15a0ao318nrrtx" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="app" id="ecom--prodaddtocartM--P-GT--app" value="ecom" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="ns" id="ecom--prodaddtocartM--P-GT--ns" value="addcart" /></p>

<p class="hidden"><label for="ecom--prodaddtocartM--P-GT--quantity" class="hidden">Quantity</label></p>
<p class="center">Quantity: <input class="formfield" type="text" name="ecom--prodaddtocartM--P-GT--quantity" id="ecom--prodaddtocartM--P-GT--quantity" value="0" size="2" /></p>
<p class="hidden" style="display: none;"><input type="hidden" name="prodall[]" id="ecom--prodaddtocartM--P-GT--prodall" value="P-GT" /></p>
</div>
</a>

uncomment the first bit and try it.

Code:

<!--
<h3>Build your SnakeClamp <a href="#build">at the bottom of this page</a> by selecting your choice of Attachment(s), Flexible Gooseneck and/or Rigid Arm(s) and Mounting Base(s)</h3>
-->

That should do it.

Cheers,
Bruce.


I'd rather have a full bottle in front of me, than a full frontal labotomy.

Offline

 

#8 09-22-2016 04:51:41

geraldz
Member
Registered: 09-27-2011
Posts: 251

Re: How to add an on-page bookmark

Hi Bruce, thanks for the comment.

I solved this a while back and updated my post above but don't know what happened to it.

The solution is to include the full page url in the link reference:

Code:

<a href="/Category/page-url-here#bookmark">click here to jump to bookmark</a>

Then at the bookmark location I just include the bookmark ID:

Code:

<p id="bookmark">jump to here</p>

Offline

 

Board footer