+ Reply to Thread
Results 1 to 3 of 3

Thread: How to add links to your site?

  1. #1
    c0de Guest

    Lightbulb How to add links to your site?

    In this tutorail we have to explane the links for your web site!

    The links are very usefull for todays web pages!

    To go from a page to another page we use links!

    Links are quick to enter from a page to another page!

    At todays web sites they have a great body, to do a great site we must have many pages!

    The code for to add links is:


    HTML Code:
    <a herf="URL">The text</a>
    At the "URL" we add the pages directory or a link.

    A link from internet can be like: CodeCall Programming - Home or from the desktop we have a folder named test and there are two .html or .php or .asp pages and for to enter to another one we merge fast enter to another named LINK!

    Wen we use:

    HTML Code:
    <a herf="www.codecall.net">Code Call Home Page</a>


    And when we click on the blue text we will enter to the Code Call Home Page in same window but if we want to open at another window we use target="_blank" code!

    An example:

    HTML Code:
    <a herf="www.codecall.net" target="_blank">Code Call Home Page</a>
    Then the Code Call Home Page will open at a new blank window!



    This tutorail is mine!

    - Regards, c0de!
    Last edited by John; 09-14-2007 at 01:29 PM.

  2. CODECALL Circuit advertisement

     
  3. #2
    KevinADC is offline Programmer
    Join Date
    Jan 2007
    Posts
    125
    Rep Power
    0
    Anyone that reads your tutorial is not going to be a happy camper. You didn't even get the simple anchor tag code corrrect. You should proof read your material before posting it.

  4. #3
    KevinADC is offline Programmer
    Join Date
    Jan 2007
    Posts
    125
    Rep Power
    0
    For the benefit of any readers, the correct way to code a hyper link into an html document is:

    [HIGHLIGHT="HTML4Strict"]<a href="http://www.codecall.com" title="Link to CodeCall Forums">CodeCall</a>[/HIGHLIGHT]

    The original author used "herf" instead of "href" (the "e" and "r" are transposed) and if you do not include the protocol, which in my example is "http", the web browser is free to interpret the protocol and may try and open a local file on your PC instead of a page on the internet. Using the correct protocol is very important. The common ones are:

    http
    https
    ftp

    the reader is free to investigate what they mean.
    Last edited by KevinADC; 09-16-2007 at 11:45 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. JS script tries to convert my site to site full ajax
    By pierrehs in forum JavaScript and CSS
    Replies: 2
    Last Post: 09-22-2011, 09:12 AM
  2. Linear Site And a Hierarchical Site?
    By big-tony in forum Website Design
    Replies: 5
    Last Post: 07-30-2009, 02:19 PM
  3. Few High PR links vs. Several lower PR links
    By Dan in forum Search Engine Optimization
    Replies: 10
    Last Post: 12-12-2008, 09:22 AM
  4. Get all links from a site
    By bogus in forum C# Programming
    Replies: 1
    Last Post: 09-15-2008, 01:47 AM
  5. Number of links to your site
    By Blaze in forum Marketing
    Replies: 8
    Last Post: 10-15-2006, 11:42 AM

Tags for this Thread

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