Re: How to change the CSS styles in BeanDisplay

2008-02-27 Thread Davor Hrg
Try firefox+firebug to find out what causes it Davor Hrg On Wed, Feb 27, 2008 at 10:54 AM, LakshithaS <[EMAIL PROTECTED]> wrote: > > Yeah,,,thanks, it works but not entirely some border part at the top is still > displaying > > > > > > Davor Hrg wrote: > > > > maybe this : > > > > DIV.t-be

Re: How to change the CSS styles in BeanDisplay

2008-02-27 Thread LakshithaS
Yeah,,,thanks, it works but not entirely some border part at the top is still displaying Davor Hrg wrote: > > maybe this : > > DIV.t-beandisplay-row { >text-align: center; >color: black; >font-family: arial > } > > On Feb 18, 2008 1:10 PM, LakshithaS <[EMAIL PROTECTED]> wrote:

Re: How to change the CSS styles in BeanDisplay

2008-02-18 Thread Davor Hrg
maybe this : DIV.t-beandisplay-row { text-align: center; color: black; font-family: arial } On Feb 18, 2008 1:10 PM, LakshithaS <[EMAIL PROTECTED]> wrote: > > Dear All, > Currently I'm developing a web application using tapestry 5 and wanna know > some technical stuff about components.