Active Desktop Stuff

RWBRWB Icrontian
edited August 2003 in Internet & Media
I need some help, and I dunno were this belonged, but since it is asking about the code invloved in HTML docs, I put it here.

Basically I am wanting to build a desktop in which I create LINKS on my desktop instead of using ICONs. I know how to set that stuff up, but what I don't know how to do is to create a link that will allow me to open a program from a webpage.

Also, how does a mouse over work, what is the code used to do this.

NOTE/FYI, I used to be able to do this stuff, but it has been over 2 years now since I last even created a hyper link, so I need a refresh in my memory :)

Comments

  • TemplarTemplar You first.
    edited August 2003
    (p)(a href="http://linkhere/")Text to highlight(/a)(/p)
    

    This is how front page parses it. You can change the stuff between the quotes to anything. Replace Parenthesis with matching < or >
  • RWBRWB Icrontian
    edited August 2003
    That's for a WEBPAGE, I need a FILE on MY PC.
  • ThraxThrax 🐌 Austin, TX Icrontian
    edited August 2003
    file://
  • RWBRWB Icrontian
    edited August 2003
    Thrax said
    file://

    THAT'S IT! I knew it was something simple, but couldn't seem to get it right.
Sign In or Register to comment.