473,386 Members | 2,114 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

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 6265
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
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...
0
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...
0
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...
1
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...
1
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...
14
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...
6
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...
7
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 ∑...
5
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...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...

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.