cgplays.com
<news:ea49d088.0307151938.79b822e6 (AT) posting (DOT) google.com>:
Quote:
If I have a style sheet, i cannot do <body
background="myimage.jpg"> in my html body tag. |
Well you can do both, the CSS should be preferred in a capable
browser and then it will fall back to the HTML suggestion.
Quote:
When trying to assign an image to the body background in my
style sheet, {background: myimage.jpg; } doesnt work. |
You are missing something. A complete line might be:
body {background: #000 url(myimage.jpg);}
Check a CSS reference for other stuff you can do. Perhaps here:
http://www.w3.org/Style/CSS/learning
--
Rob -
http://rock13.com/
Web Stuff:
http://rock13.com/webhelp/