Results 1 to 2 of 2

Thread: css clickable link

  1. #1
    Join Date
    Mar 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy css clickable link

    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

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    CSS doesn't make links, nor does it make them clickable.

    In html you would use the anchor tag

    Code:
    <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.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •