简体   繁体   中英

How to implement a CSS template on JSF

我正在 java netbeans 上开发一个 web 应用程序,我想实现一个 CSS 模板的图形界面,但我不知道怎么做

您可以创建一个带有 css 扩展名的新文件,并在 xhtml 中添加

<h:outputStylesheet name="css/myFile.css"/>

It looks like you're a little lost here and don't know where to start. This is not even a doubt or a question, but ake a look at this:

https://www.mkyong.com/maven/how-to-create-a-web-application-project-with-maven/

May be a beginning.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM