Re: [OT] [HTML] Jsp page size

2005-11-02 Thread Martin Gainty
; ) your individual table data will resize to the same exact proportion HTH, Martin- - Original Message - From: "Murray Collingwood" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, November 02, 2005 3:08 PM Subject: Re: [OT] [HTML] Jsp pag

Re: [OT] [HTML] Jsp page size

2005-11-02 Thread Yujun Liang
If you want it professionally, you may need to study CSS, instead of putting layout in HTML tag. for this case, should be , 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

Re: [OT] [HTML] Jsp page size

2005-11-02 Thread Max Cooper
Also consider The text that you do not want to wrap. This is all HTML stuff -- remember that browsers know absolutely nothing about Struts, and that your app emits standard web stuff (HTML, JavaScript, CSS, etc.) only. -Max On Thu, 2005-11-03 at 06:08 +1000, Murray Collingwood wrote: > Use the h

Re: [OT] [HTML] Jsp page size

2005-11-02 Thread Murray Collingwood
Use the html width parameter on your html object. eg 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 ther

[OT] [HTML]Re: Jsp page size

2005-11-02 Thread Dave Newton
fea jabi wrote: 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. What is the better way of handing this? can we do this in struts? i.e setting page size? Set the table size for the other tabl

Jsp page size

2005-11-02 Thread fea jabi
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