Hey guys - looking for a bit of advice. I am pretty good with Wordpress but have never really done any HTML straight from scratch. What I am looking to do is create a 'splash page' of sorts. A large image that attracts people to click it - sending them through to an offer to win a prize. What I want is to just create a webpage that is JUST that image (and if needs be, a color surrounding it), and have it clickable to transfer them to the offer. Simple, but I have no idea where to start and some basic Googling didn't help much - so any tips and help appreciated!
<html> <title>your page title</title> <body bgcolor="#000000"> <center><a href="yoursite.com><img src="yourimage.jpg" border="0"></a></center> </body> </html>
Do you want the page to contain a large image that is static or something a bit flashier? If you aren't very good with HTML its possible to just use an already existing html template page and just edit it to fit what you need.