I know some basic CSS. When I put the properties with the <style> tag, I see the the effects visually in the .NET editor, but when I put them in a separate file I don't. Is this only limited to this editor or for all?
| SitePoint Sponsor |
I know some basic CSS. When I put the properties with the <style> tag, I see the the effects visually in the .NET editor, but when I put them in a separate file I don't. Is this only limited to this editor or for all?





Which .NET editor?
Visual Studio .NET?
Dreamweaver will read styles in a <link>ed style sheet and allow you to use them in your code and render them in WYSIWYG mode.Originally Posted by pshah2k





Works the same way in VS.NET (styles from css file is applied when in design view)
I found the problem, the file was saved.
Bookmarks