Basic site containing only an image - Help?

Discussion in 'HTML & Website Design' started by Recruitment Nick, Nov 22, 2011.

  1. #1
    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!
     
    Solved! View solution.
    Recruitment Nick, Nov 22, 2011 IP
  2. #2
    <html>
    <title>your page title</title>
    <body bgcolor="#000000">
    <center><a href="yoursite.com><img src="yourimage.jpg" border="0"></a></center>
    </body>
    </html>
     
    numeric303, Nov 22, 2011 IP
    Recruitment Nick likes this.
  3. Qarizma

    Qarizma Member

    Messages:
    55
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    45
    #3
    You could create an animated GIF image and place it on a white HTML page.

    Google for GIF animation.
     
    Qarizma, Nov 23, 2011 IP
  4. InGodWeTrust

    InGodWeTrust Peon

    Messages:
    78
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    InGodWeTrust, Nov 23, 2011 IP