Posts by
06:45 PM
07:27 PM
07:36 PM
i havent ever gotten a answer about this from anyone id really appreciate any help thanks
Most here are volunteers and you have to be patient and wait for one that might have a suggestion.
Viewing your source
Code:
<div class="clearBoth"></div>
<li>Shopping Cart: <span class="style1">
0 items
$0.00</span>
You have no assigned tag for this and as a result cannot address it
Try this first and it will not relocate anything but will give it a name
Code:
<div class="clearBoth"></div>
<div id="cartContents">
<ul>
<li>Shopping Cart: <span class="style1">
0 items
$0.00</span>
</li>
</ul>