English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am posting a slideshow and don't want it to just say the link, i want it to say click here, can't find quick tutorial online. how do I insert the link into the words click here?
Hope this makes sense.THANK-YOU!!!

2007-08-16 02:34:11 · 5 answers · asked by nomosno64 2 in Computers & Internet Programming & Design

I am trying both your suggestions and it is showing entire link then click here. i just want it to say click here.
for photo bucket do I use
share url
direct link
html tag
or img code?
i have done this before and cannot for the life of me remember.
thanks

2007-08-16 03:09:08 · update #1

ok so I have tried all your suggestions including copying and pasting your replies and then inserting my link, and it is not working. I noticed alot of thumbs down for all 3 answers ???? whats up with that???

2007-08-16 04:00:47 · update #2

5 answers

here is a site for you to learn HTML:
http://www.htmlgoodies.com/tutorials/getting_started/

also you do not mention where you are posting this link

is it a HTML page - in which case add this to your code (add your link url here = your link):
CLICK HERE
this will open a link in a new page

CLICK HERE
this will open your link in the same page

if it is into a forum post:
[url=add your link url here]CLICK HERE[/url]

you also do not specify if the slideshow you have is already on the net ready to be linked - it would have to be if you use any of the above link codes

i do hope this helps you

2007-08-16 06:00:26 · answer #1 · answered by Anonymous · 0 0

An alternative, I use, is to fetch yourself a small (9px by 9px) icon, usually the conventional right-pointing red triangle. Then, in your css (like, in the or in an external css) place a class for that like
a.clickme { background: url("clickme.png") no-repeat left center;
line-height: 12px; margin-right: 1em; padding: 2px 0 2px 10px; }
(where "clickme.png" identifies the icon you fetched...)
...then on the clickme you want to identify, you'd place:
Click here
(where "something.ext" identifies the slide show...or maybe you'd use "something.html" where "something.html" is an entire web page formatted to contain the slide show...)

2007-08-16 11:16:11 · answer #2 · answered by fjpoblam 7 · 0 0

Okay, both of the previous answers were not that great. With the first one, all her tags are in CAPS, which is a bad idea. Best practice is to make all HTML tags lowercase. Alyssa said she is really good at HTML and gave her email address, but I would advise you not to use her as your source for HTML assistance.

The second answer was much better, but he forgot the closing anchor tag.

So, you should make your link like this:

Click Here!

A great resource for HTML is W3 Schools. Check out http://www.w3schools.com for tutorials and quick reference info.

2007-08-16 10:04:14 · answer #3 · answered by Colin K 5 · 0 2

it totally makes sense.
im really good with HTML
so if you ever need any other questions answered contact me via email Cheerlion1013@verizon.net or AIM if you have it.
x NiGHT SKiES xx ( just tell me your got my screen name from here and you need help with html)

okay anyway
here is what you do.


THIS LINK opens the page in a new window

CLICKHERE


THIS LINK opens the page in the same window( it goes directly too it from where you clicked) ( if that makes sense)


CLICKHERE

2007-08-16 09:41:19 · answer #4 · answered by Anonymous · 0 4

Click Here

That's my site!

2007-08-16 09:50:03 · answer #5 · answered by John K 6 · 0 3

fedest.com, questions and answers