M
Maxwell2006
Hi,
I know that visual studio 2005 has built-in CSS editor. I have the following
code in my aspx file at the <head> section:
<style type="text/css" >
<!--
BODY { background: url(foo.gif) red; color: black }
.note { margin-left: 5em; margin-right: 5em }
-->
</style>
How can I edit the <style> area by using VS2005 CSS editor?
Thanks,
Max
I know that visual studio 2005 has built-in CSS editor. I have the following
code in my aspx file at the <head> section:
<style type="text/css" >
<!--
BODY { background: url(foo.gif) red; color: black }
.note { margin-left: 5em; margin-right: 5em }
-->
</style>
How can I edit the <style> area by using VS2005 CSS editor?
Thanks,
Max