|
| Re: Migrating some material from VWD Express to Dreamweaver |
 |
Wed, 27 Sep 2006 17:32:44 +000 |
I had the same error, so I added the runat="server" attribute. It
made the tree work, but now my stylesheet is not being used and I don't know
why.
I am using VS 2005
Anyhelp would be nice.
|
| Post Reply
|
| Re: Migrating some material from VWD Express to Dreamweaver |
 |
Wed, 25 Jul 2007 14:38:37 +000 |
in 2.0 asp pages have
<!DOCTYPEhtmlPUBLIC"-//W3C//DTD XHTML 1.0
Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.
dtd">
this makes css Classes case sensitive so cssClass="mystyle" might not
work but cssClass="MyStyle" might, depending on the cass on the .css
file
you can fix all the case problems or change it to
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
| Post Reply
|
|
|
|
|
|
|
|
|
|