Is it possible to specify the CSS class for the <p>'s generated by the MultiLineLabel component?
Currently it generates: <p>first line</p> <p>second line</p> Is it possible to get it to generate something like: <p class="myMultiLineClass">first line</p> <p class="myMultiLineClass">second line</p> Or is there a better way to achieve this using CSS that I have missed? Maybe via inherited properties or something? ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
