On Feb 24, 2006, at 10:08 PM, Rick Flower wrote:
> I'm wondering how to generate something like :
>
> <p class="legend_lookalike">Personal Details</p>
>
> in Seaside.. I poked around in the Seaside package with the browser
> but didn't see anything for these.. Any help
> would be greatly appreciated!
Using the Canvas API:
html paragraph
class: 'legend_lookalike';
with: 'Personal Details'
Avi
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside