[Seaside] html & css basics and tutorial

David Mitchell david.mitchell at gmail.com
Wed Nov 26 15:20:27 UTC 2008


I think a more complete example of what you want to achieve would help as well.

What is the HTML (with or without CSS) that you need to generate?

>>> <a href="http://www.w3schools.com/">Visit W3Schools!</a>
>>>
>>>
>>> but in Smalltalk you would type the following in a "rendering" method:
>>>
>>> html anchor url: 'www.3schools.com <http://www.3schools.com>'; with:
>>> 'Visit W3Schools!'.
>>>
>>>
>>> Now, without using CSS, you are able to change font, font-size, style
>>> etc. of the link above, but how is it done using Smalltalk expressions?
>>> How, or where can I find information that will give me valid "receiver,
>>> message selector and arguments"?  I assume that the "receiver" will always
>>>


More information about the seaside mailing list