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">&copy; 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