Method Community

 

Website Links

Last post 11-15-2013 12:09 PM by Anonymous. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 11-15-2013 10:50 AM

    • DODOM2
    • Not Ranked
    • Joined on 10-25-2013
    • Posts 3

    Website Links

    Hi, We currently have a field in our inventory items that we copy and paste a link to our vendors website or to the item that its being added in. Is there any way we can make that external link a clickable link so we don't have to copy and paste to view the vendors site? Thanks - dustin

  • 11-15-2013 12:09 PM In reply to

    Re: Website Links

    Hey Dustin,

    Fields accept HTML input, so you can add a link using HTML. You can read here about the "a" tag which allows you to create a web link.

    The simple explanation is, if you want to make something in your description a clickable link, you have to wrap it with "<a href='url'></a>" tags. So if you input the following into a field, for instance:

    <a href="http://www.google.com" target="_blank">Click here</a>

    It will output as the following:

    And when you click it, it will open up "google.com". You can of course edit that tag to redirect to whatever URL your vendors website is.

    Note: make sure you include 'target="_blank"' inside the a tag like I showed in the example, otherwise the link won't open.

    Let me know if that helps.
    Naeem

Page 1 of 1 (2 items)