Code subject: Change the body tag background in html
Posted: Fri Dec 16, 2011 12:01 am
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2279 Location: Earth Has thanked: 39 time Have thanks: 61 time
background properties changing at body tag using css
Code:
<html> <head> <title>change the body background specifications </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <style rel="stylesheet" type="text/css">
body { background:#000000 url(back.jpg) repeat-y top center; font: 100%"Trebuchet MS"; line-height: 2.0em; color:#FFFFFF; } </style> </head> <body> <p> You can see that background color is changed,also you notice the background <br/> image is repeated vertical in the center </p>
</body> </html>
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )