it occupies entire screen right how do you want your screen to look like ?
can you send me a screen shot it may help better

On 29 March 2010 23:24, A. Lotfi <majidna...@yahoo.com> wrote:

> I put the  width attribute to 100%
>
> but look how it looks now :
> http://osp105.mit.edu:8084/Struts2Tiles/welcomeLink.action
>
>
> --- On Mon, 3/29/10, sandeep kotha <sandeep4u.ko...@gmail.com> wrote:
>
>
> From: sandeep kotha <sandeep4u.ko...@gmail.com>
> Subject: Re: struts2 + Tiles, whypages shrink in top center ?
> To: "Struts Users Mailing List" <user@struts.apache.org>,
> lukasz.len...@gmail.com
> Date: Monday, March 29, 2010, 10:04 AM
>
>
> Hi Lenard
>
> Taking view source from your page i see width attribute is missing for your
> table. Set the width attribute to 100% that will fix your issue.
>
> Pasted is your view source with width attribute. This could help you.
>
>
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
>    "http://www.w3.org/TR/html4/loose.dtd";>
>
> <html>
>     <head>
>         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
>             <title>Welcome</title>
>     </head>
>     <body>
>         <table   border="1" cellpadding="2" cellspacing="2" align="center"
> width="100%">
>
>             <tr>
>                 <td height="30" colspan="2">
>                     <div align="center" style="font-weight:bold">TV
> shows</div>
>
>                 </td>
>             </tr>
>             <tr>
>                 <td height="250">
>
>
>
> <a
>
> href="/Struts2Tiles/friendsLink.action;jsessionid=92B2AD20EC639C7635D69D297037F8AF"
> >Friends</a><br>
> <a
>
> href="/Struts2Tiles/officeLink.action;jsessionid=92B2AD20EC639C7635D69D297037F8AF"
> >The Office</a><br>
>
>                 </td>
>                 <td width="350">
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
> http://www.w3.org/TR/html4/loose.dtd";>
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
> <title>Insert title here</title>
> </head>
>
> <body>
> Welcome Guest.
> </body>
> </html>
>                 </td>
>             </tr>
>             <tr>
>                 <td height="30" colspan="2">
>                     <div align="center">© vaannila.com</div>
>
>                 </td>
>             </tr>
>         </table>
>     </body>
> </html>
>
>
>
>
>
>
> On 29 March 2010 11:45, Lukasz Lenard <lukasz.len...@googlemail.com>
> wrote:
>
> > 2010/3/29 A. Lotfi <majidna...@yahoo.com>
> > >
> > > I tried all the browsers but still small, plz take a look here :
> > >
> > > http://osp105.mit.edu:8084/Struts2Tiles/welcomeLink.action
> >
> > Did check the source of your page in browser? It's a mess, duplicated
> > body and so on. Check your tiles, only main page (the layout) should
> > have body tag. The reset has to be just a html snippet - no html, body
> > tags.
> >
> >
> > Regards
> > --
> > Łukasz
> > http://www.lenart.org.pl/
> > Kapituła Javarsovia 2010
> > http://javarsovia.pl
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> > For additional commands, e-mail: user-h...@struts.apache.org
> >
> >
>
>
>
>
>

Reply via email to