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

barry10 barry_davis10 at hotmail.com
Wed Oct 3 15:21:18 UTC 2007


@ Michel and Alex,


Thanks for your help. The reason the border didn't work was indeed a CSS
question.

A table with the following CSS (copied somewhere) did eventually work.

So i'm now ready to progress the Seaside Tutorial!

Barry

text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 260px;
background-color: #fafafa;
border: 1px #d79900 solid;
border-collapse: collapse;
border-spacing: 0px;



Alexandre Paes-2 wrote:
> 
> 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
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> 
> 

-- 
View this message in context: http://www.nabble.com/SC-tutorial-question---Seaside-2.8---html-attributeAt%3A-%27border%27-put%3A-1.-problem-tf4560487.html#a13021104
Sent from the Squeak - Seaside mailing list archive at Nabble.com.



More information about the Seaside mailing list