How can I embed CSS rules within Seaside?
Mariano Martinez Peck <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <CAA+-=mVbGZgy_JY0sZR_FJQ3TgvZj0-nLcP-qk4wjPurdBR3tw@mail.gmail.com> |
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,
--
Mariano
http://marianopeck.wordpress.com
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside