Jump to content

How do i create a clickable link on my homepage?


Guest edski

Recommended Posts

Hi, i made a new video on Youtube for our t-shirt company. Now i want to make the link clickable on my homepage, how do i do this? Here is my homepage : http://www.unionshirtsupply.com/store/index.php

Link to comment
Share on other sites

Hi

Highlight the text you want to link and click the Insert/Edit Link button in the RTE and enter the link address.

You could go one step further if you prefer, by embedding the video into your webpage, rather than just the link.

<object width="300" height="193"><param name="movie" value="http://www.youtube-nocookie.com/v/3sO8grMhvLk?fs=1&amp;hl=en_GB&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/3sO8grMhvLk?fs=1&amp;hl=en_GB&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="300" height="193"></embed></object>

Just replace the link you made, inside the <p> tags with the code above. To change any parameters etc, go to the video on YouTube, click 'embed' and here you have options to choose size, colour, etc. Then just copy the code from the box and replace the other.

Lee

Link to comment
Share on other sites

thanks Lee for helping. I used the insert/edit and the link turned blue, but still when i click nothing happens. I'd rather not do the other embedding way, i am a noob.

http://www.unionshirtsupply.com/store/index.php

Link to comment
Share on other sites

Your link is not right. Try pasting this in over the one you have done. Click the 'source' button and paste in this over your link. (Between the <p></p> tags)

<a href="

Note: I have edited the above code, removing the 2 &nbsp; to remove the underline at the beginning of the link.

Lee

Link to comment
Share on other sites

Your link is not right. Try pasting this in over the one you have done. Click the 'source' button and paste in this over your link. (Between the <p></p> tags)

<a href="

Lee

thanks Lee, I did it! http://www.unionshirtsupply.com/store/index.php

Thanks for all your help and happy holidays!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...