For some reason when I put a hyperlink into text, or an image, the hyperlink and my site name are combining and redirecting the person nowhere! Any help?!
If you go into HTML view in your editor, your hyperlink should look something like this for text: <a href="http://www.YourURL.com">The Link Text</a> Or like this for an image: <a href="http://www.YourURL.com"><img src="/themImageFileName.jpg"></a> If it does not, then you can fix it in html view and then go back to WSYWIG view. Hope this helps. ~ Nick L
If your anchor text and URL are combining it sounds like you may have missed a ">" in your html. It should look like the examples above. Copy and paste the html above into your document if you have to and change it to your url/text.