Log in

View Full Version : css clickable link



kimbettara
04-16-2010, 01:37 AM
i want to make a recipe site where i have clickable links going across my page where i can add the name of the recipe and then u click on the recipe name to go to the recipe it self .... i have looked and look for the code i am wanting but can not find one ......can u make me up a code so all i have to do is recopy the code to add differnt codes for each recipe plz i would realy realy apprecate it.. if i can not find a code soon i will have to stop payment on my hosting site ... any help would be so greatly apprecated thank u:(

BLiZZaRD
04-16-2010, 01:55 AM
CSS doesn't make links, nor does it make them clickable.

In html you would use the anchor tag



<a href="http://site.com/link/to/file.html">Text to click here</a>


Of you can use PHP, JavaScript, and the like.

Do you have an example of what you want to accomplish? All CSS does is make the style of the link or text, borders, back ground etc.