drummer7771212
01-18-2012, 03:04 AM
I have a problem that needs some help,please.
<!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<style type="text/css" />
body{background-image:url('wood.jpg');
}
img
{
position:absolute;
left:100px;
top:100px;
height:450px;
width:1000px;
}
</style>
<meta http-equiv="Content-Type"
content="text/html; charset=UTF-8" />
<meta name="Author" content="Armando" />
<title>MainPage</title>
</head>
<body>
<div class="wood" />
<img src="wood.jpg" alt ="wooden background" width="10" height="10" />
</div>
<div class="ed" />
<img src="ed.jpg" alt ="chalkboard" width="10" height="10" />
</div>
</body
</html>
here's the code that i have written so far. My problem is how can i put text written in chalk on the "chalkboard . Another thing is how can i place the word "enter" on the bottom center????
Any help would be greatly appreciated!!!
<!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<style type="text/css" />
body{background-image:url('wood.jpg');
}
img
{
position:absolute;
left:100px;
top:100px;
height:450px;
width:1000px;
}
</style>
<meta http-equiv="Content-Type"
content="text/html; charset=UTF-8" />
<meta name="Author" content="Armando" />
<title>MainPage</title>
</head>
<body>
<div class="wood" />
<img src="wood.jpg" alt ="wooden background" width="10" height="10" />
</div>
<div class="ed" />
<img src="ed.jpg" alt ="chalkboard" width="10" height="10" />
</div>
</body
</html>
here's the code that i have written so far. My problem is how can i put text written in chalk on the "chalkboard . Another thing is how can i place the word "enter" on the bottom center????
Any help would be greatly appreciated!!!