Hi guys,
I am reviewing this link [1] and I need to do the scenario of "Embedding CSS into the HTML". So I need to be able to write this kind of thing inside the <head>
<style media="screen" type="text/css">
.reportElementreportTitle { display: none; }
</style>
I do have access to the WAHtmlRoot object, but I just don't know how to make it print the above.
Note that I cannot write that CSS on a css file and make a link. I need exactly what I am asking, which is embed the CSS stylesheet within the html.
Thanks a lot in advance,
--
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside