Currently is is very difficult or impossible to render an HtmlPage with the stylesheets disabled. It would be very helpful for this functionality to be added. In my mind, it should be analogous to the way JavaScript is disabled:
webClient.setJavaScriptEnabled(boolean);
then
webClient.setCssEnabled(boolean);
But this is an implementation detail I will leave up to you.
Logged In: YES
user_id=1109422
Originator: NO
Added in SVN. Enjoy!