css styling xml tag problem?

liunx

Guest
I've been searching for an answer to a problem that i have been having. I have been experimenting with css and xml.
I have been styling the xml by referencing the specific tags with no problems except for one spacific tag. ( <Image> ) using ( Image {display: none;} ) as my css minus the ()'s I suspect that it is somehow used internally by css or the browser and thus not allowed to be styled. is this correct? What am I doing wrong? All I am trying to accomplish is to hide the contents between the tag.You talking about the IMG tag? Not sure i"m following ya...<style type="text/css">
img {display:none;}
</style>
 
Back
Top