HTML Index page help

Associate
Joined
17 Jun 2005
Posts
847
Location
Switzerland
Newbie request,

How would I create a HTML Page with one colour in the background and a logo in the centre that acts as a link?

Much appreciated for any help.
 
something along the lines of:

<html>
<head>
<title>Title goes here</title>
</head>
<body bgcolor="colour here">
<centre><a href="link here"><img src="image.jpg"/></a></centre>
</body>
</html>

Learn HTML, its not hard.

Hope that helps
 
Thanks mate,

Small problem....Here's my code:

<html>
<head>
<title>Lexicon Homes</title>
</head>
<body bgcolor="F0E2C9">
<centre><a href="http://www.lexicon.moonfruit.com"><img src="http://img135.imageshack.us/img135/4002/lexiconlogotj1.gif" border="0" alt="Image Hosted by ImageShack.us" /></a></centre>
</body>
</html>

I've saved it as a HTML file but when I launch it...the logo is not centred?

Can you have a look at let me know what I've done wrong?
 
Last edited:
Back
Top Bottom