Need help with some simple coding please!

  • 15 October 2012
  • 2 replies
  • 1 view

Need help with some simple coding please!

I have added a bit of html into the header of one of my pages to link to my website. The problem I’m having is I can’t figure out how to have that link open in a new page.

Here’s what I have: a href=“http://www.mysite.com”> Visit our Website <> removed intentionally

I’m guessing there is probably a fairly simple solution, but I can’t find it. Thanks so much for the help!!


2 replies

Hi Keith, you can set the link to open in a new page by setting the “target” value.

[Visit our Website](http://www.mysite.com)

Hope that helps!

Thanks for the quick reply, Ryan!! Much appreciated.

Reply