This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
how do i make a clickable link?

i tried reading through the html tutorial and it is just greek to me. i can't understand anything, i'm used to just looking through guides that give you codes.

does anyone know a code that makes a link to a url, but the link name is not the url address? I was trying click here!but that doesn't work. help??

Re: how do i make a clickable link?

(opentag)a href="url gos here"(closetag)Click here(opentag)/a(closetag)

It'll look like this
Click here

P.S. You suck. Dont ask any more stupid questions.

Re: how do i make a clickable link?

You missed the http:// at the start of the url and the quotes around it.

The easiest way to deal with a simple code query like this is to view the source code of a page that does what you want.

Re: how do i make a clickable link?

put the website url in between the punctuation marks....then what ever u want your
link to be named, put between the >< marks...

example:

click

to have it open in a new window:

click

Re: how do i make a clickable link?

And this is for Kyle...

To post code in forums:

1. Replace the lesser then symbol, < with, & l t ;

(thats an ampersand, l and t for 'less then', and a semi-colon)

Without the SPACES, and you only need to do this at the start and ending 'lesser then' symbol)


2. To post this CSS code: {visibility:hidden;}

simply add between the letters in visibility

Re: how do i make a clickable link?

grr the z did not show up between the letters in visibilty....

but you put the letter z in between < and > symbols and then insert that in the middle of the word 'visibility'