[Seaside] SC tutorial question / Seaside 2.8 / html attributeAt: 'border' put: 1. problem

Alexandre Paes alex.paes at streetdogstudio.com
Wed Oct 3 11:03:27 UTC 2007


Hi Barry,

 From my knowledge that is a CSS question, i believe it is not working 
because you didn't specify the border-style anywhere, in this case you 
should at least specify width and style as arguments to border:, try 
something like:


html table style: 'border: 1px solid'; with:


Now this should work, at least if my CSS is up-to-date.

Cheers,

Alex


Em 10/03/07 11:49 barry10 escreveu:
> Hi Oleg,
> 
> Thanks for your reply. I now know how attributes work.
> 
> I can now do succesfully: html table style: 'font-family: Verdana,
> sans-serif;'; with:
> 
> Althought html table style: 'border: 1'; with: for some very strange reason
> still don't work,
> could it be modern browsers does not render borders anymore??
> 
> Thanks,
> 
> Barry


More information about the Seaside mailing list