Is it possible to copy this html? Web tech people

by HipHop
4 replies
Quick question:

I use gotomeeting for my webinars and when I send out an email registration, this is the page they go to when they click the link:

https://www2.gotomeeting.com/register/428488455

Don't freak out, it's just a test page.

Is it possible to copy that html somehow and put it on my website so I can have some sales copy around it?

I'm not a web guy at all, so I have no clue.

Thoughts?

Luke
#copy #html #people #tech #web
  • Profile picture of the author billromer
    IF the registration number is always the same, you can use a hyperlink like this in your HTML code:

    Join us for our upcoming seminar. Simply <a href="https://www2.gotomeeting.com/register/428488455">CLICK HERE TO REGISTER.</a>

    "CLICK HERE TO REGISTER" is what's called the anchor text (if you've ever heard that term before), because the <a>...</a> is an anchor tag in HTML.

    Hope that's what you were looking for.

    Cheers,
    Bill
    {{ DiscussionBoard.errors[258671].message }}
  • Profile picture of the author globalpro
    Hi,

    Yes, you can copy and paste everything into a web page.

    Thanks,

    John
    {{ DiscussionBoard.errors[258680].message }}
    • Profile picture of the author HipHop
      I understand the part about hiding the link but I'm looking to have the actual registration boxes on my website so I can have sales copy..blah, blah, blah, then the boxes to register and the submit button.

      Apparently John knows a way. Any clarification on that or is pretty complicated?

      Luke
      {{ DiscussionBoard.errors[258688].message }}
      • Profile picture of the author KirkMcD
        Originally Posted by HipHop View Post

        Apparently John knows a way. Any clarification on that or is pretty complicated?

        View the source, copy the parts you need and paste it into your page.
        {{ DiscussionBoard.errors[259362].message }}

Trending Topics