T
tshad
I tried to add the following to web page in VS 2003:
<style>
div
{
font: 8pt verdana;
background-color:cccccc;
border-color:black;
border-width:1;
border-style:solid;
padding:10,10,10,10;
}
</style>
and the IDE told me:
The active schema does not support the element 'style'.
Why is this and how can I add styles to my Web Page in VS?
Thanks,
Tom
<style>
div
{
font: 8pt verdana;
background-color:cccccc;
border-color:black;
border-width:1;
border-style:solid;
padding:10,10,10,10;
}
</style>
and the IDE told me:
The active schema does not support the element 'style'.
Why is this and how can I add styles to my Web Page in VS?
Thanks,
Tom