Hi
I want to have a background image on one of my php page. I have no idea how to do it since i am still a beginner.
I have found this code but this does not work.
[code=html]
<html>
<head>
<style type="text/css">
body {background-image: url(1.jpg);}
</style>
</head>
</html>
[/code]
thanks
I want to have a background image on one of my php page. I have no idea how to do it since i am still a beginner.
I have found this code but this does not work.
[code=html]
<html>
<head>
<style type="text/css">
body {background-image: url(1.jpg);}
</style>
</head>
</html>
[/code]
thanks
Comment