1.

Solve : link help?

Answer»

If I use  HTML  I make a link like this

Code: [Select]<A HREF="index.html">
TYPE text here.
</A>
Would this be the same WAY EVEN in  CSS???Use the code tag when posting any kind of code, please.

I have no clue as to what you mean. Please re-phrase.Do I creat a HYPERLINK the same way  is the  code the same  in  CSS?http://w3schools.com/css/css_link.asp

Does that look familiar?No this tells me how to Style a link.

I ment if I want to link to say  pag5.html    what is the code??Start again, please. Explain in detail this time. Quote from: nymph4 on June 17, 2010, 02:05:35 PM

No this tells me how to Style a link.

I ment if I want to link to say  pag5.html    what is the code??

if you want to link to a different page you change the href attribute.Say I want people to CLICK on some text and have it take them to another page. Do I do this code

Code: [Select]A HREF="page5.html">
click here to go to page 5
</A>
Is this the code I would use in  CSS  to make the Hyperlink    or is this just  an HTML  hyperlink?Do you read the replies to you at all?

Code: [Select][b]Use the code tag when posting any kind of code, please.[/b]I don't know what is wrong with you when it comes to following instructions and reading answers to your questions.

Quote
Is this the code I would use in  CSS  to make the Hyperlink    or is this just  an HTML  hyperlink?
That code is HTML, not CSS.


Discussion

No Comment Found