Andy,

I used <div>s and they work fine. Are you using pattern matching in you style sheet.

EXAMPLE:

//css1.css
#headerTile h1
{
 font-size: 400%;
}

#bodyTile h1
{
 font-size: 100%;
 color: navy;
}

//layou.html

...
<div id="headerTile">
 <h1>Hello World!!</h1>
</div>

....
<div id="bodyTile">
 <h1>Body of text</h1>
</div>





*************************************
Ruben Cepeda
[EMAIL PROTECTED]
*************************************





----Original Message Follows----
From: "andy wix" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Tiles and well formed html
Date: Tue, 24 Aug 2004 10:27:19 +0000

Hi,

I have a trypical layout and each tile has its own style sheet and is well formed html.
My problem is that only 1 style sheet is being used for the whole page. I saw in the mail archives that someone suggested using <DIV> tags but this doesn't seem to work for me (I've tried both in the tiles and in the layout.jsp). Does anyone know what is considered best practice for this requirement. It seems counter-intuitive to have your tiles not well formed html but if this is the solution which tile would you pick for the 'main' html tags or does it even matter?


Thanks,
Andy

_________________________________________________________________
Use MSN Messenger to send music and pics to your friends http://www.msn.co.uk/messenger



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

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! hthttp://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



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



Reply via email to