| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| CD Freaks Member Join Date: Feb 2004
Posts: 187
| masking a url link in html mode hi would any one here tell me how to mask a link i want to put a link on my ebay page and i want it to say Click Here instead of www.blahblahblah.com so they can click on the click here to goto the web page i know it can be done cause i seen it on other peoples listings
__________________ BenQ 1655 BCHB Firmware Samgung Sh-S182 18x |
| | |
| | #2 (permalink) |
| CD Freaks Guru Join Date: Sep 2005 Location: Massachusetts
Posts: 5,304
| Re: masking a url link in html mode <A HREF="mywebpage.html">This will show as clickable</A>
__________________ seriously, DON'T PM me tech questions. depending on my mood you will be ignored or receive completely meaningless answers. bonus spam if you leave your email address... |
| | |
| | #3 (permalink) |
| CD Freaks Member Join Date: Feb 2004
Posts: 187
| Re: masking a url link in html mode i tried it but it ant working i tried it as <A HREF="www.ebay.com">This will show as clickable</A>it has a click link but says page cant not be dispalyed ![]()
__________________ BenQ 1655 BCHB Firmware Samgung Sh-S182 18x |
| | |
| | #4 (permalink) |
| Senior Moderator & Reviewer Join Date: Nov 2005 Location: Keeping my media stash safe.
Posts: 24,822
| Re: masking a url link in html mode Have you tried it with http:// before the www. bit? Been a long time since I had to do that, so sorry if my memory is rusty ![]()
__________________ Current drives: Samsung SH-S203N (SB02 patched) + Pioneer DVR-115D (1.06) + Optiarc AD-5170S (1.12) + Litey LH-20A1H (LL0D) + Samsung SH-S182D (SB06 RPC1) x2 + Litey SHM-165P6S (MS0R) + LG E10N (JE07) + BenQ DW1650 (BCDC) x2 + Litey SHW-1635S (YV6P) x2 + BenQ DW1640@164B (BEFB) + LG 4167B (DL13 TDB) + Samsung SH-S162L (TS08) + NEC ND-4551A (1.Z2) + LG GCE-8520B (1.00) + LiteOn SOHR-5239S (2S0B) Retired: LiteOn LDW-851@SOHW-832 + LiteOn SOHW-1693S + LG 4163B My Review PCs How to delete your upper and lower filters : How to check/enable DMA by Womble Click here to join cdfreaks.com and be part of our friendly community! ![]() The CDFreaks Distributed Computing Teams need YOU! Join the Team(s) and help save some lives! Read more here |
| | |
| | #5 (permalink) |
| Moderator Join Date: Oct 2004 Location: Denmark
Posts: 13,925
| Re: masking a url link in html mode Like Arachne said, you need to add http:// to the front of your link: HTML Code: <A HREF="http://www.ebay.com">This will show as clickable</A> This will show as clickable
__________________ Do not meddle in the affairs of dragons, for you are crunchy and taste good with ketchup. |
| | |
| | #6 (permalink) |
| Senior Moderator & Editor Join Date: Feb 2005 Location: New Fajara
Posts: 7,488
| Re: masking a url link in html mode Thanks Arachne and Dragemester ![]() The alternative appropriate formatting (for use in a basic text editor), for inserting a link behind highlighted background text are to be found here: http://club.cdfreaks.com/misc.php?do=bbcode ...specifically the example output hyperlinking defined as "[url]".
__________________ . . ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you are new to the internet, have a query about digital storage, or would maybe like to tell us a bit about yourself: just register with us and try either the Newbie forum or the CD Freaks Living Room. Alternatively, if you fancy some chit-chat (without technical help), then you're welcome to use the Chatbox to have a natter to other experienced members and staff. Look what you get when you join CD Freaks:
the forum rules that everyone signs up to. So what are you waiting for? Click the smiley to join --> ![]() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| | |
| | #7 (permalink) |
| Senior Moderator & Reviewer Join Date: Nov 2005 Location: Keeping my media stash safe.
Posts: 24,822
| Re: masking a url link in html mode My memory's not so rusty after all, thought I was getting old for a minute ![]()
__________________ Current drives: Samsung SH-S203N (SB02 patched) + Pioneer DVR-115D (1.06) + Optiarc AD-5170S (1.12) + Litey LH-20A1H (LL0D) + Samsung SH-S182D (SB06 RPC1) x2 + Litey SHM-165P6S (MS0R) + LG E10N (JE07) + BenQ DW1650 (BCDC) x2 + Litey SHW-1635S (YV6P) x2 + BenQ DW1640@164B (BEFB) + LG 4167B (DL13 TDB) + Samsung SH-S162L (TS08) + NEC ND-4551A (1.Z2) + LG GCE-8520B (1.00) + LiteOn SOHR-5239S (2S0B) Retired: LiteOn LDW-851@SOHW-832 + LiteOn SOHW-1693S + LG 4163B My Review PCs How to delete your upper and lower filters : How to check/enable DMA by Womble Click here to join cdfreaks.com and be part of our friendly community! ![]() The CDFreaks Distributed Computing Teams need YOU! Join the Team(s) and help save some lives! Read more here |
| | |
| | #8 (permalink) | |
| Moderator Join Date: Oct 2004 Location: Denmark
Posts: 13,925
| Re: masking a url link in html mode Quote:
The original poster asked about how to post HTML on an eBay site (at least that's how I understood it), and that is why we have answered that question at face value. I don't use eBay, so I don't know if they allow the same bulletin code or for that matter whether they allow HTML. If the question should be interpreted as how to post a link on the CDFreaks forum that links to an eBay page, then imkidd57 is linking to a more appropriate explanation, because only some forums here at CDF allow HTML code to be posted. Using vB code at CDFreaks to link to eBay would look like this: HTML Code: [url=www.ebay.com]Click here to visit eBay[/url] urrbodyh8sme, I hope we havent confused you now!
__________________ Do not meddle in the affairs of dragons, for you are crunchy and taste good with ketchup. Last edited by DrageMester; 11-08-2006 at 00:29. Reason: More detailed explanation | |
| | |
| | #9 (permalink) |
| Senior Moderator & Editor Join Date: Feb 2005 Location: New Fajara
Posts: 7,488
| Re: masking a url link in html mode Thanks Dragemester - yeah you're right (as usual ). I mistakenly read it as how to put a link to an 'Ebay' page, here on the forum.Apologies to the OP for any confusion...
__________________ . . ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you are new to the internet, have a query about digital storage, or would maybe like to tell us a bit about yourself: just register with us and try either the Newbie forum or the CD Freaks Living Room. Alternatively, if you fancy some chit-chat (without technical help), then you're welcome to use the Chatbox to have a natter to other experienced members and staff. Look what you get when you join CD Freaks:
the forum rules that everyone signs up to. So what are you waiting for? Click the smiley to join --> ![]() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| | |
| | #10 (permalink) | |
| Moderator Join Date: Oct 2004 Location: Denmark
Posts: 13,925
| Re: masking a url link in html mode Quote:
The confusion should now be complete! ![]() | |
| | |
| | #12 (permalink) |
| Senior Moderator & Reviewer Join Date: Nov 2005 Location: Keeping my media stash safe.
Posts: 24,822
| Re: masking a url link in html mode Glad we could help ![]()
__________________ Current drives: Samsung SH-S203N (SB02 patched) + Pioneer DVR-115D (1.06) + Optiarc AD-5170S (1.12) + Litey LH-20A1H (LL0D) + Samsung SH-S182D (SB06 RPC1) x2 + Litey SHM-165P6S (MS0R) + LG E10N (JE07) + BenQ DW1650 (BCDC) x2 + Litey SHW-1635S (YV6P) x2 + BenQ DW1640@164B (BEFB) + LG 4167B (DL13 TDB) + Samsung SH-S162L (TS08) + NEC ND-4551A (1.Z2) + LG GCE-8520B (1.00) + LiteOn SOHR-5239S (2S0B) Retired: LiteOn LDW-851@SOHW-832 + LiteOn SOHW-1693S + LG 4163B My Review PCs How to delete your upper and lower filters : How to check/enable DMA by Womble Click here to join cdfreaks.com and be part of our friendly community! ![]() The CDFreaks Distributed Computing Teams need YOU! Join the Team(s) and help save some lives! Read more here |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do you make a URL and active link? | burnselk | General Software | 4 | 17-06-2007 06:31 |
| Oversized URL link causes page width to extend | Seán | Bug Reports Mainpage | 3 | 06-09-2004 19:40 |
| IP Masking | skistyle | Music Download, Peer to Peer (P2P) & Legal Issues | 0 | 15-03-2004 21:51 |