Foren

Want to define CSS style for my DEV definintion in mylayout.tpl

thumbnail
Joseph John, geändert vor 12 Jahren.

Want to define CSS style for my DEV definintion in mylayout.tpl

Junior Member Beiträge: 75 Beitrittsdatum: 26.07.11 Neueste Beiträge
Hi All
I want to edit my "layout.tpl" which may have table definition and def definition.
I want to define CSS style sheet of the tables and DIV defined
Which file should I add this CSS entry so that it applies to my "layout.tpl"
Advice requested
Thanks
Joseph John
thumbnail
Ravi Kumar Gupta, geändert vor 12 Jahren.

RE: Want to define CSS style for my DEV definintion in mylayout.tpl

Liferay Legend Beiträge: 1302 Beitrittsdatum: 24.06.09 Neueste Beiträge
You can use inline css if there are not many css rules to be applied.. will not be clean though..

Or, you can create your own theme and add all the css rules in custom.css file. Make sure you have your theme applied to the page on which you want this layout applied..