|
Post by Daae on Mar 25, 2005 17:41:57 GMT -5
Does anyone know how to make a phrase or picture a link using HTML code? Like, say I wanted to use the phrase "Click Here" as a link, how would I do it?
|
|
|
Post by Hinata on Mar 25, 2005 17:56:23 GMT -5
Html. . .I know how to do just a link for it. . . <a href=url>click here</a>
Fairly simple. . .
|
|
|
Post by Daae on Mar 25, 2005 19:08:30 GMT -5
Thanks! ;D
|
|
|
Post by Hinata on Mar 25, 2005 19:55:57 GMT -5
no problem. . .strangely enough that was the first code I learned in html. . .don't know many others, but I did have a website that told you all about html. . .I could find it if you wanted me to. . .
|
|
|
Post by twyrch on Mar 27, 2005 9:29:26 GMT -5
Does anyone know how to make a phrase or picture a link using HTML code? Like, say I wanted to use the phrase "Click Here" as a link, how would I do it? Hinata gave you some good advice on creating links. Here is some help on making images links and making "mail to" buttons.... <A HREF="webpage.html"><IMG SRC="image.jpg" BORDER=0 WIDTH=525 HEIGHT=525></A> As you can see from the code, you simply insert image code after the link. You can add a border or change the width and height of the image as well. PLEASE SEND ALL COMMENTS TO: <A HREF="mailto:username@email.com">username@email.com</A> This code will not only change your text into a link, but it will automatically open the person's default e-mail client and insert your e-mail address into the TO field. I hope this helps. If you have other HTML questions, please don't hesitate to ask. I teach HTML coding techniques part-time.
|
|
llew
Scholar
[M:1]
Posts: 78
|
Post by llew on Mar 27, 2005 15:37:36 GMT -5
as a computer science student, i confirm all the advises (advices?) ;D
|
|
|
Post by Hinata on Mar 27, 2005 16:49:01 GMT -5
As the English major I inform you that it's advices
|
|
llew
Scholar
[M:1]
Posts: 78
|
Post by llew on Mar 27, 2005 18:13:33 GMT -5
As the English major I inform you that it's advices thank you, for the precious information ;D
|
|
|
Post by twyrch on Mar 29, 2005 13:04:05 GMT -5
as a computer science student, i confirm all the advises (advices?) ;D I'm glad you approve.
|
|