Sure this has been answered before but searching the forum has not brought it up. Whats the method of creating a link say, on the homepage, to take you to a specific fragment on another page (not just the page the its in, the actual fragment halfway down it).
Announcement
Collapse
No announcement yet.
link to specific fragment?
Collapse
X
-
If you look at the published web page source code just before your fragment text you will see something like <a name="a124"></a> the a124 is the page anchor.
To link directly to that fragment that is on page widgets.html use the following url in your code http://www.site.com/acatalog/widgets.html#a124
-
If you're not using customer accounts then the search engine friendly way to link directly to products is the same as Jont gives for fragments. i.e.:
http://www.site.com/acatalog/widgets.html#a124
Where 124 is your product reference number.
Mike-----------------------------------------
First Tackle - Fly Fishing and Game Angling
-----------------------------------------
Comment
-
Originally posted by olderscotIf you're not using customer accounts then the search engine friendly way to link directly to products is the same as Jont gives for fragments. i.e.:
http://www.site.com/acatalog/widgets.html#a124
Where 124 is your product reference number.
Mike
NickTrying to squeeze my moneys worth out of V7 - but not for much longer!
Comment
-
Originally posted by jontIf you look at the published web page source code just before your fragment text you will see something like <a name="a124"></a> the a124 is the page anchor.
To link directly to that fragment that is on page widgets.html use the following url in your code http://www.site.com/acatalog/widgets.html#a124
Cannot see this reference on the `view source` page. Any ideas?
For an example I'd like a clickable text link on one of the sideboxes to the `delivery` fragment on this page...
http://www.footballheaven.net/acatal...Questions.html
This seems to have been requested a few times within the forum so it would be good to get an answer (I had no joy looking).
Comment
-
George,
To do this on the brochure page you would have to create a seperate brochurepage for Delivery Charges and put the fragment in there and then link to this page in the right hand box. The ref that Jonty was pointing you to would be for a fragment that is on a Catalog page where it has a reference number.
Kind regards,Bruce King
SellerDeck
Comment
Comment