I want a welcome image where users can click. When a user clicks the image it will send the person off to a different part of the website. Anyone know how to do this? Thanks.
Something like that : <a href="/linkToOtherPart.html"><img src="/path/to/your/image/yourImage.jpg"></a>
Tell us where you want the user to go to and whats the URL of the page you want them to be sent to. Once we have that we can make the simple HTML code for you. Glen