|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
I'm trying to put a link on my auction page.I wrote to E-Bay they sent me the following I'm lost. I figure I ask the experts for help.I'm only trying to put a link (please see my other actions)
Below is what E-Bay sent me. You might like to see our other HREF="http://cgi6.ebay.com/aw-cgi/eBayISAPI.dll?MfcISAPICommand=ViewList edItems&userid=alkscd%40mailexcite.com&include=0&since=-1&sort=2&rows=25 ">AUCTIONS! This would turn the word "AUCTIONS" into a clickable link that connects to the page at the address indicated in the A HREF tag, which is your eBay Seller List in the example above |
|
|
|
|
|
#2 |
|
SQL nutcase
|
To make a hyperlink on a page you need to understand a bit html. In html you use "tags" to define anything that is shown on a page. A tag can be recognised by the <tag> and </tag> construction. To make a hyperlink you need to use the <A></A> tag. The construction would be like this:
Code:
<A href="hyperlink">your text</A> |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|