Jump to content

Cant get the image I have to appear as Background of my website...


Mythic Fr0st

Recommended Posts

well, I wanna make my background an image, the image is in the same directory, as my apache stuff ( Pages n so on ), but it doesnt work, even when I put the name, or the actual URL

help?

[code]<style type="text/css">
body {
    "C:\Program Files\EasyPHP1-8\www\Test": url("SilverBG.jpg");
}
</style>[/code]

> whole code


[code]<html>
<body>
<head>
<style type="text/css">
body {
    "C:\Program Files\EasyPHP1-8\www\Test": url("SilverBG.jpg");
}
</style>
</head>
<img src="Gaming Ink Banner.jpg" width="1016" height="125">
Signup

<table border="1">
<tr>
<form action="Youhavebeene-mailed.php" method="post">
<td>Username: <input type="text" name="user" /> </td>
<br />
<br />
<td>E-mail: <input type="text" name="email" /> </td>
</br>
</br>
</tr>
<tr>
<td>Password: <input type="text" name="pw" /></td>
</br>
</br>
<td>Confirm E-mail: <input type="text" name="conemail"</td>
</br>
</br>
</tr>
<tr>
<td>Age:<input type="radio" name="sex" value="male">Male
<input type="radio" name="sex" value="female">Female</td>
<br />
<input type="submit" value="Signup" />
</tr>
</form>

</body>
</html>[/code]

Any help appreciated

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.