I'm trying to set up some anchor linking on my product info display page and can not seem to get the syntax right.
I've been trying to follow w3schools.com on this and its not exactly working... can someone show me the error of my ways please:
<?php echo '<a href="#reviews"' . 'Read all reviews' . '</a>'; ?>
<?php echo '<a name="reviews"' . TEXT_PRODUCT_REVIEWS . '</a>'; ?>


Reply With Quote

