Afiseaza imaginea sau schimba background-ul paginii:
<html>
<head>
<title>CIGraphics Test</title>
<style>
body {
background-image:url(<php>);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12;
color:#CC6600;
}
#div {
margin:0;
width:400px;
height:400px;
}
.pic {
width:350;
height:350;
border:dotted;
}
.button {
background-color:#996600;
color:#990000;
font:Arial, Helvetica, sans-serif;
font-size:10;
margin:0px;
border:none;
}
.text {
background-color:#996600;
color:#990000;
font:Arial, Helvetica, sans-serif;
font-size:10;
margin:0px;
border:none;
}
</style>
</head>
<body>
<div>
Choose you background picture:
<form>
<select>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
<input>
</form>
<div>
<br>
</a>
</div>
</div>
<div><echo></div>
</body>
</html>