If you want it professionally, you may need to study CSS, instead of putting layout in HTML tag.
for this case, <table width="1024"> should be <table class="someClass">, however, you can use Struts to define someClass as a varible and change it programatically. Regards On 11/3/05, Murray Collingwood <[EMAIL PROTECTED]> wrote: > > Use the html width parameter on your html object. > > eg > > <table width="1024"> > > For more go to the source... http://www.w3.org/TR/html4/ > > Cheers > mc > > On 2 Nov 2005 at 13:18, fea jabi wrote: > > > In an application how can we specify the fixed size of the JSP page. > > > > In the JSP page I created used a scrollbar in which there is a table. > > > > To create a scrollbar, I had to specify the height, width for the div in > > css. > > > > This table is stable size but there is another table above this which > has > > text in it. > > > > When the browser size is changed the text is getting wrapped. > > > > As a user I wouldn't prefer that to happen. > > > > What is the better way of handing this? can we do this in struts? i.e > > setting page size? > > > > Thanks. > > > > _________________________________________________________________ > > Express yourself instantly with MSN Messenger! Download today - it's > FREE! > > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > > No virus found in this incoming message. > > Checked by AVG Free Edition. > > Version: 7.1.362 / Virus Database: 267.12.7/154 - Release Date: > 1/11/2005 > > > > > > FOCUS Computing - web design > Mob: 0415 24 26 24 > [EMAIL PROTECTED] > http://www.focus-computing.com.au > > > > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.362 / Virus Database: 267.12.7/154 - Release Date: 1/11/2005 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Yujun Liang [EMAIL PROTECTED]