473,698 Members | 2,393 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HTML Link to an Anchor - eBay Listing Template

On my website I routinely make use of anchors such as:

<a name="shipping" >SHIPPING</a>

and a link to them such as:

<a href="#shipping ">Go to Shipping information</a>

These work fine on IE.

For my eBay auctions I have created a HTML template with the same
anchor and link code. When saved on eBay as a real listing they will
not work as the links don't know the anchor is on that page.

I have looked at other eBay listing templates that do the same thing
and they have the links appear to have the complete path including the
eBay listing number, etc. This is impractical to do as you would have
list the item, get the path and revise it updating the links.

In my HTML reference books I have not found anything that addresses
this situation. Any ideas out there? Is it something that you can't
do on an eBay listing?

Thank you for any responses,
Roy

Jul 24 '05 #1
1 6300
Dan
ht******@yahoo. com wrote:
On my website I routinely make use of anchors such as:

<a name="shipping" >SHIPPING</a>

and a link to them such as:

<a href="#shipping ">Go to Shipping information</a>

These work fine on IE.
How well do they work on *decent* browsers, like Mozilla?

Actually, that's perfectly standard code, so it should work in all
browsers.
I have looked at other eBay listing templates that do the same thing
and they have the links appear to have the complete path including the
eBay listing number, etc. This is impractical to do as you would have
list the item, get the path and revise it updating the links.


Do they actually have the full path in the links, as seen when you view
the source of the page, or is it just showing up that way when you
mouseover the link in the browser?

Both formats, with a full link and with a relative link consisting only
of the fragment identifier, are legal, but the relative form is best if
you want it to work no matter what URL the page is placed at. However,
it's possible the Ebay software messes with the format of the links
when they're posted or viewed. Also, it is necessary that any anchors
you include are unique in the entire page; since your code gets
inserted into the middle of a template, there may be other anchors
elsewhere in the Ebay-generated code, and they could possibly conflict
with yours.

--
Dan

Jul 24 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
2335
by: ben lessani | last post by:
Hi guys, I've been searching all day for a method on how to integrate the listings off ebaY onto my website, but I have had no joy whatsoever. I want to be able to open a listing based on the the item number, which I can do simply by using, $ITEMNUMER = ("blah"); http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=$ITEMNUMER
0
1474
by: JPRW | last post by:
Hello All. I am having issues with the visualbasic gramatic for the following scenario: I am retrieving information from an Access 2000 Database. The current fields are: ebay, which is a yes / no, showing as -1 or 0 ebay_path, which is a memo field with the ebay link to the product auctioned.
0
1624
by: Anna | last post by:
Hello all. I hope this is the right group to ask my question. I have an HTML page that contains an SVG file in an object. Inside an SVG file I want to add a link to link to some anchor on the including HTML page. I tried to do it, but it doesn't seem to work. Here is my example: test.svg: <?xml version="1.0" standalone="no"?>
1
5436
by: Arthur Pratz | last post by:
Hi all, I have a two page web site and im trying to set it up so that when you click a link on my link bar, it will take you to my products page. However, depending on what link you click on the link bar, I want it to take you to the specific location on the products page. I know the the html anchor attribute will do it, But I find it a little confusing. Anyone have any tips or tricks to make it understandable? Thanks for your time,...
1
1463
by: JPRW | last post by:
Hello All. I am having issues with the visualbasic gramatic for the following scenario: I am retrieving information from an Access 2000 Database. The current fields are: ebay, which is a yes / no, showing as -1 or 0 ebay_path, which is a memo field with the ebay link to the product auctioned.
14
1222
by: Bruce | last post by:
hi, i have theese static html pages what is the best way to replace the content w/ .NET dynamic data w/o loosing all the formating? I have VS.NET, but will prefer to write the aspx code w/o designer. Is there some straight way to replace say every HTML form w/ an ASP one? TIA
6
2928
by: dark.peony | last post by:
Hi, (--1--) I'm trying to find a way to jump to a link (<a href="ref"></a>) in a page that is generated with javascript. The source view of the page only shows the javascript methods. The HTML is *not* visible in the source view.
7
3270
by: Xah Lee | last post by:
Summary: when encountering ex as a unit in css, FireFox (and iCab) did not take into account the font-family. Detail: http://xahlee.org/js/ff_pre_ex.html Xah xah@xahlee.org ∑ http://xahlee.org/
5
5486
by: David Housman | last post by:
Hello, I'm trying to implement a navigation bar with a ul in css. The code is a template, but i'm customizing. I can handle just text in each block, but i want the first block to have an image and then text, which I'm doing with a span element. I think i need it that way to handle text positioning of the text. So there's an anchor block, and inside4 that i'm putting an image and a span block.
0
8608
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9029
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8867
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7732
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6522
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5860
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4370
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3050
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2332
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.