I have the similar question and need help. I am using tiles:
<definition name=".article.Base" path="/article/common/layouts/Article.jsp"> <put name="title" value ="${title}"/> <put name="header" value="/article/common/header.jsp"/> <put name="message" value="/article/common/message.jsp"/> <put name="content" value="${content}"/> <put name="navbar" value="/article/common/navbar.jsp"/> </definition> I want to control the color of links. My links are in the /article/common/navbar.jsp. If I put the <style> tag in the /article/common/hearder.jsp, will the <style> tag control the color in another piece of tile? --- Paul <[EMAIL PROTECTED]> wrote: > I typically use my own style sheet on the finished > product. During > development though I normally use embedded styles, > but imported from > their own page using tiles. As the browser is > seeing embedded styles > and not an imported style sheet, I don't have the > caching problem during > development. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]