View Single Post
07-19-2007, 06:40 PM
#1
Charllie is offline Charllie
Status: Sin Binner
Join date: Nov 2006
Location:
Expertise:
Software:
 
Posts: 634
iTrader: 6 / 88%
 

Charllie is on a distinguished road

  Old  ** Please help **

Hey guys, unfortunately i dont have any kind of html editing software, so i just use notepad. and im not the most experienced coder =P lol, i know nothing.

But i've been checking out a few sites and i just want to get an image on a page, center it, and have a background image.. But this code doesn't want to ****ing work!! and sorry for my french, but its really doing my head in.

<html>
<head>
<title>mmm</title>
</head>

<style type="text/css">

body
{
background-image:
url('imgs/background.jpg');
background-repeat: repeat-x;
margin:0
}

</style>

<body>

<a href="cpanel.htm">
<img border="0" src="imgs/main.jpg" align=center>
</a>

</body>
</html>

---------------

I have a folder - imgs (with background.jpg in)

Please, if anyone is out there?

Thanks.