-
SitePoint Enthusiast
anchor tags not working
Hello.
I've desiged a site using an apple style slider and my client wants each item to link to the item on the page rather than just the top of the page.
They work fine if the item is on the page we're viewing but not if its on a different page. Does any one have any ideas?
Link
Many thanks!
-
With the following in your page:
<div class="productdiv" id="undersink">
You reference it as <a href="#undersink"> from the same page or as <a href="products_house.html#undersink"> from other pages.
You don't need the separate <a name="undersink" id="undersink"> tag unless you still need to support Netscape 4. Just put the id in the <div>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks