Saved Bookmarks
| 1. |
Solve : link help? |
|
Answer» If I use HTML I make a link like this No this tells me how to Style a link. 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. |
|