Hi! I was creating a website with Wicket and the CSS styles were fine.
Then I decided to replace some texts with <wicket:message /> and it changed the formatting. I know setStripWicketTags(true), but I prefer to have it working with setStripWicketTags(false) in dev. mode. The html is actually a XHTML transitional. The affected style is related to "body * { ... }". I tried things like "body *:* { ... }" and it fixed the problem, but introduced another ones. I'm even not sure this is a valid CSS syntax. Has anyone have a hint on a good way to solve this problem? Sorry to not create a quickstart, maybe this is well know thing, but it never happened to me till now. Adriano --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org