Creating a links to us page.

Discussion in 'HTML & Website Design' started by allwayslearning, Jul 21, 2009.

  1. #1
    I want to create a link to us page. What is the code to use to make is so people can click and copy and paste my url in html for this purpose
     
    allwayslearning, Jul 21, 2009 IP
  2. DK42

    DK42 Peon

    Messages:
    92
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Depends what your using, there are plugins for things like Wordpress that will show code and have the ability to send that code to the users clipboard.

    Worst case, just write it as normal HTML and let the user copy it from your page
     
    DK42, Jul 22, 2009 IP
  3. DIYDomain

    DIYDomain Peon

    Messages:
    110
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Here's how I did mine : Link to eWhiz.Biz

    Here's my HTML code, just replace my URL & banner.gif with yours, should work.

     
    DIYDomain, Jul 22, 2009 IP
  4. anthony.ownz

    anthony.ownz Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Standard link: <a href="http://www.mongeroos.com">Mongeroos Social Group</a>
    Link that opens in new window: <a href="http://www.mongeroos.com" target="_new">Mongeroos Social Group </a>
     
    anthony.ownz, Jul 23, 2009 IP