Include Cascading Style Sheets (CSS) in JSF


/ Published in: CSS
Save to your folder(s)

In JSF 2.0, you can use output a css file


Copy this code and paste it in your HTML
  1. <h:outputStylesheet library="css" name="style.css" />

URL: http://simply-tutorial.com/blog/2010/10/08/how-to-include-cascading-style-sheets-css-in-jsf/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.