From: Charles Comstock Date: 2004-02-26T21:34:49+09:00 Subject: Re: ruby2html -was RE: Congrats to Matz...working 11 years on Ruby an d counting! >> >>1. can you extend gray background of comments page wide? > > > Don't know how to do it. I have played around with the > display property, but it seems to be rather difficult. > > span.comment { > display: block; > /*padding-right: %100;*/ > background-color: rgb(180, 180, 180); > } > > I couldn't solve it. Suggestions is appreciated (need help). > Well you could make it a div instead of a span, guarateeing it would fill the width available. Charles Comstock