Hi,
I have created few xhtml for my liferay portlets... they are working well but i am unable to apply CSS to my xhtml...
please consider my sample code..
<h:outputStylesheet name="override.css" />
<h:outputLabel styleClass="dataBold" value="JESUS"></h:outputLabel>
the override.css file is in CSS folder that is under docroot in my liferay portlet project.
I also tried by including library in outputStylesheet tag as below :
<h:outputStylesheet library="css" name="override.css" />
<h:outputLabel styleClass="dataBold" value="JESUS"></h:outputLabel>
PLease help me asap i want to get my css work in the xhtml
Thanks in Advance
Swetha
Bitte melden Sie sich an, um diesen Inhalt als unangebracht zu kennzeichnen.