Anim8or Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ian Ross has just released a book on Anim8or. It's perect for a beginner and a good reference for experienced users. It contains detailed chapters on every aspect, with many examples. Get your own copy here: "Anim8or Tutorial Book"

Author Topic: link to word  (Read 8735 times)

KiwiNM8OR

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
link to word
« on: October 23, 2008, 09:59:51 am »

How do you turn a web link into a word that is a link

as in http://www.anim8or.com/download/preview/art_raytracer.html to just raytrace for example?

Logged
Meanwhile...
Happy Anim8ing

http://www.youtube.com/user/KiwiNM8OR

thecolclough

  • Sr. Member
  • ****
  • Posts: 890
  • 3D Ignoramus 1988-2002, Anim8or User 2002-present.
    • View Profile
    • www.mattghc.com
Logged

floyd86

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1056
    • View Profile
    • http://youtube.com/profile?user=floyd386
Re: link to word
« Reply #2 on: October 23, 2008, 01:04:38 pm »

You should use HTML for that. It has some simple tags to work with.
You can read/learn more about it over here: http://w3schools.com/html/default.asp

As the colclough said to insert a hyperlink:
Code: [Select]
<a href=" the URL ">Hyperlink's name</a>

CowTail

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Logged

Mactetra

  • Full Member
  • ***
  • Posts: 146
  • 𝕸𝖆𝖈𝖙𝖊𝖙𝖗𝖆
    • View Profile
Re: link to word
« Reply #4 on: October 28, 2008, 02:12:59 pm »

Logged