CSS for layout and asp.net - good books?

  • Thread starter Thread starter MattB
  • Start date Start date
M

MattB

I have an asp.net 1.1 application that I distribute to clients and they
modify the pages to their liking (to match their existing web sites).
This process can be pretty awkward, and I'd like to look into leveraging
CSS more to make it easier. I have a basic understanding of CSS, but I'm
no expert.
Can anyone recommend any books or other resources specific to using CSS
in asp.net? I'd like to use CSS to control layout as well as styles if
possible.
Thanks!

Matt
 
Hi,
I have an asp.net 1.1 application that I distribute to clients and they
modify the pages to their liking (to match their existing web sites).
This process can be pretty awkward, and I'd like to look into leveraging
CSS more to make it easier. I have a basic understanding of CSS, but I'm
no expert.
Can anyone recommend any books or other resources specific to using CSS
in asp.net? I'd like to use CSS to control layout as well as styles if
possible.
Thanks!

Matt

I learned CSS using Eric Meyer's books and website
www.ericmeyeroncss.com

Not ASP.NET specific, though.

HTH
Laurent
 
Back
Top