Jan Behrens wrote:

> I mean, do many people use CSS in combination
with Struts or do you normally attache something like <font bla...> to each
property in your message property file, or...????

I usually use SiteMesh now for controlling the overall layout of my pages, but even if using Struts Tiles, it's a good idea to have at least one main style sheet that is imported on say your site's header page. That way each page automatically gets the 'site style' included for every page. I usually just call mine main.css out of habit. Sometimes I'll give it the webapp name ie. myapp.css. Any 'extremely' unique styles that a page needs you could add custom to the page in question.


--
Rick

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



Reply via email to