Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 09-08-2001, 07:23 PM   #1
Member (9 bit)
 
alkscd's Avatar
 
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
Talking using HTML---URL-making links

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
alkscd is offline   Reply With Quote
Old 09-09-2001, 04:37 AM   #2
SQL nutcase
 
mosquito's Avatar
 
Join Date: Sep 2000
Location: Belgium
Posts: 1,136
Send a message via AIM to mosquito
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>
In this construction the "hyperlink" part is the URL that identifies the page you want to open by clicking the hyperlink. The "your text" part is the text you will see as a hyperlink.
mosquito is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 05:18 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2