View Single Post
  #1 (permalink)  
Old Nov 8th, 2007, 18:39
fl0w fl0w is offline
Junior Member
Join Date: Nov 2007
Location: serbia
Age: 23
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
CSS & <html> styling problem

Before anything i want to say Hi to everyone on webforumz

I have one problem in styling <html> tag.

I use embedded CSS style and code goes like this:

<style type="text/css">
<!--

html {
background-color: #0099CC;
background-image:url(poz.jpg)
}


-->
</style>

But nothing happen. When i use <body> tag its ok. Can i style with CSS <html> like this?

sry on my bad eng
Reply With Quote