Hi there, I'm tying to link a couple of buttons to a website. However, rather than going to 'URL-I-WANT.com', the buttons go to 'MYURL.com/URL-I-WANT.com' - how can I make them go straight to the URL I want? Thanks.
Put the full path to the website. Instead of <a href="google.com">Link</a> HTML: use <a href="http://www.google.com">Link</a> HTML: