Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to use CSS Class

Kam__apexOct 19 2011 — edited Oct 20 2011
Dear Friends,

I am using Apex 4.1. i have made a below CSS class. i just want to know where i have to paste the below code and from where i have to call it and how?


I have written this in PAGE Properties-->HTML Header

<style type="text/css">
myclass
{
width:200px;
color:orange;
background-color:#CCCCFF;
}
</style>




calling above on field --- > on HTML Table Cell Attributes. class="myclass"

but it is not working. Please help me where i am doing wrong. Thanks in advance.

Regards
Kamran
This post has been answered by Jozef Demovic SVK on Oct 19 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 17 2011
Added on Oct 19 2011
15 comments
694 views