Design & CSS

  • Thread starter Thread starter Griff
  • Start date Start date
G

Griff

Are cascading style sheets (CSS) still as relevant with ASP.NET?

If so, any book recommendations? I've come across Sitepoint's "HTML Utopia:
Designing without tables using CSS" - any thoughts on that book?

Thanks
 
Yes, they are very relevant. Just keep in mind that Visual Studio is not
very good for HTML layout design. A good idea is to use other tools, like
Dreamweaver, for page design and VisualStudio for programming.

Eliyahu
 
Many Web Controls come with a property of .CssClass. You can also associate
your ASPX page to a specific css file. As a matter of fact the VS.NET IDE
has a pretty good CSS stylesheet builder. Enjoy!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top