> -----Original Message-----
> From: Caroline Jen [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 10, 2004 3:16 PM
> To: Struts Users Mailing List
> Subject: RE: Tile Pieces Are Not Aligned
> 
> 
> But, I did use table in my basic layout for those four
> pieces of tiles.
> 
> <TABLE>
>    <TR>
                <td valign="top" align="center" colspan="2">
>       <tiles:get name="upperbar"/>
                </td>
>    </TR>
>    <TR>
>       <TD>
                <td valign="top" align="left">
                <!-- or center if you want, or left. -->
>          <tiles:get name="links"/>
>       </TD>
>       <TD>
                <td valign="top" align="right">
                <!-- or center if you want, or left. -->
>          <tiles:get name="content"/>
>       </TD>
>    </TR>
>    <TR>

                <td valign="bottom" align="center" colspan="2">

>       <tiles:get name="lowerbar"/>

                </td>

>    </TR>
> </TABLE>
> 
> The text at the top of the tile (which has all the
> links) on my left hand side displays at a position
> much higher than that of the text at the top of the
> 'content'tile.

Yepper.. that's the way it will render.  Nothing a little table html magic won't cure 
:) see above.


> --- Jim Barrows <[EMAIL PROTECTED]> wrote:
> 
> > 
> > 
> > > -----Original Message-----
> > > From: Caroline Jen [mailto:[EMAIL PROTECTED]
> > > Sent: Friday, September 10, 2004 3:04 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Tile Pieces Are Not Aligned
> > > 
> > > 
> > > I am using the tiles feature.  So far so good, all
> > > pieces are displayed.
> > > 
> > > I have four pieces of tiles: topbar (always the
> > same
> > > in every page), sidebar (always the same bunch of
> > > links in every page), lowbar (alsyas the same in
> > every
> > > page), and the 'content' tile (which varies from
> > page
> > > to page).
> > > 
> > > The problem is with the 'content' tile, which is
> > in
> > > the center and to the right hand side of the
> > sidebar.
> > > 
> > > The position of the first line of text in the
> > sidebar
> > > is always MUCH HIGHER than that of the 'content'
> > tile.
> > >  That is to say, the top of those two pieces of
> > tiles
> > > are not aligned.
> > > 
> > > Is there any alignment technique?  Right now, my
> > web
> > > pages look ugly.
> > 
> > CSS or tables.  
> > Actually the CSS purists will pretty much revoke my
> > CSS snob priveleges for mentioning tables for
> > formatting...but hey what the heck it's an option.
> > 
> > 
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > 
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to