Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

cllggrl

macrumors newbie
Original poster
Jan 6, 2008
5
0
This might be very rudimentary to you folks but...

I'm trying to put two links at the end of this video that I am making for online fundraising. I just don't want to put the entire web address in there. I would like to sum it all up in two words, "click here" I just don't know how to do that.

All I would like is the code to do it. I know I should probably start becoming familiar with html, but I just need a quick code for right now. I tried the

<a href="URL"<click here></a>

But, it doesn't seem to be working. What am I doing wrong?

THANKS!

-Sarah
 

WildPalms

macrumors 6502a
Jan 4, 2006
995
2
Honolulu, HI
Ok, first, you're missing the > closing symbol after the url.
It should look like this:

<a href="http://google.com">Click me</a>

Which format and program are you using to create it?
 

UltraNEO*

macrumors 601
Jun 16, 2007
4,057
15
近畿日本
Here's some correct and working syntax...

Code:
 <a href="http://example.com" >click here</a>
This would be the correct format for a basic link

--

Code:
 <a href="http://example.com" target="_blank" >click here</a>
This one forces the link to open in a new window/tab
(depends on the browser and settings)

--

Code:
 <a href="http://example.com" target="_self" >click here</a>
This one forces the link to open in a same window/tab
(depends on the browser and settings)

--

Code:
 <a href="http://example.com" target="_self" >click here</a>
This one forces the link to open in a same window/tab
(depends on the browser and settings)

--

Code:
 <a href="http://example.com" target="_self" ><img src="http://example.com/some_image.jpg"></a>
This one makes the the image called "some_image.jpg" into a link,
it'll to open in a same window/tab. (depends on the browser and settings)


oops... pasting error. ><
 

WildPalms

macrumors 6502a
Jan 4, 2006
995
2
Honolulu, HI
Code:
 <a href="http://example.com" target="_blank" />click here</a>

I'm thinking that terminating a tag when you're still within the tag. (e.g. the /> before the click here) is not correct, whereas the </a> is the correct terminator according to xhtml.

Shouldnt that read as
Code:
 <a href="http://example.com" target="_blank">click here</a>

Correct me if I"m wrong?
 

splashtech

macrumors regular
Oct 25, 2007
151
0
I'm thinking that terminating a tag when you're still within the tag. (e.g. the /> before the click here) is not correct, whereas the </a> is the correct terminator according to xhtml.

...

Correct me if I"m wrong?

You are correct. Those code samples were wrong.
 

cllggrl

macrumors newbie
Original poster
Jan 6, 2008
5
0
Ok, I tried every single code and nothing is working.

I'm sorry... this is so new to me. Format and program? I'm just trying to do it on the internet. Am I supposed to be using some kind of program?

I just bought my apple notebook a few weeks ago.

-Sarah
 

Fleetwood Mac

macrumors 65816
Apr 27, 2006
1,265
0
Canada
Are you actually trying to insert the link into the video? Depending on what kind of video you may not be able to do this. An alternative would be to place the link underneath the video.
 

UltraNEO*

macrumors 601
Jun 16, 2007
4,057
15
近畿日本
Ok, I tried every single code and nothing is working.

I'm sorry... this is so new to me. Format and program? I'm just trying to do it on the internet. Am I supposed to be using some kind of program?

I just bought my apple notebook a few weeks ago.

-Sarah

Are you actually trying to insert the link into the video? Depending on what kind of video you may not be able to do this. An alternative would be to place the link underneath the video.

Alternatively, you can do it with flash video (.flv) but you'll need a working copy of flash and some basic knowledge.. might take a little bit of time to complete too. Converting .xxx to .flv also takes time, especially if you want to keep the quality to optimal level, also conversion time will vary according to your source encoding and size of your file.. but not impossible.
 

cllggrl

macrumors newbie
Original poster
Jan 6, 2008
5
0
I would ultimately like to insert the link to the video, but I have not attempted to do so yet. So far, I have just been emailing myself the "practice links" and nothing has been working.

I'm doing the video through photobucket. What should I do to make this easier for me?

Would it be better to go through youtube or something?

I've never done this before... I DO appreciate all of your help.

-Sarah
 

Fleetwood Mac

macrumors 65816
Apr 27, 2006
1,265
0
Canada
Your email client is probably isn't setup for entering HTML markup. What client are you using? Most have an option under the menu to insert a link.

Ultimately is the video going to be embedded in a webpage or an email?
 

UltraNEO*

macrumors 601
Jun 16, 2007
4,057
15
近畿日本
the video your making or have made... is it a quicktime movie?
I'm asking because different types of movie files have different abilities.
 

Fleetwood Mac

macrumors 65816
Apr 27, 2006
1,265
0
Canada
Just an email. I use yahoo mail.
Have you actually been able to embed the video or just attach it? Either way, adding a link should be easy. Yahoo webmail probably has a link icon the in formatting section that you can use to add a link. alternatively you could just paste URL and it would probably be converted into a clickable link for you.
 

cllggrl

macrumors newbie
Original poster
Jan 6, 2008
5
0
Actually, what I was trying to do was to put a link at the end of the video... inside the video itself. The video I made is through photobucket.com. But I don't know how to make an entire web address into two simple words, "click here". So the question that I was wondering was how to do that. But it seems to be really complicated.

I was practicing the codes myself on my email to see if it works because whether or not it goes at the end of my video, it would be good for me to know how to do that. But the codes are not working. I can copy and paste the web address into my email and yahoo does make it a link, but I just wanted to make the link into the words that I wanted to use.

I have had friends email me things with links that just say "click here" and that's all I wanted to learn how to do. Is it possible that photobucket.com does not allow this kind of code? Should I attempt to make a video elsewhere? Would it work if I did that?

Thanks for your help, guys.
 

iBlue

macrumors Core
Mar 17, 2005
19,180
15
London, England
Actually, what I was trying to do was to put a link at the end of the video... inside the video itself. ...
I don't think you can make a clickable link inside the video itself. You can make the entire video window clickable to go to the URL of your choice but you cannnot have a separate field inside the video to go there at the end. (it would be clickable the entire time, if that makes sense) Works in the same way an image thumbnail is clickable to the larger image.

I am not 100% certain of the coding to do this however. I don't want to give you the wrong ones.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.