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!

Change Card Style

Sameh M. SewilamSep 9 2019 — edited Sep 10 2019

Hello All,

I have the following environment :

OS : Windows Server 2012 64

Database : 11g R2 Standard one edition

Apex :5.1.4

ORDS 17

Tomcat 9

Template Classic Report / Card

I'm not good in CSS, So I need to change card style to be like the below one

pastedImage_0.png

I have table HR_EMPLOYEES with the following columns

EMP_ID NUMBER,

EMP_NAME_ENG VARCHAR2(100),

EMP_JOB VARCHAR2(100),

CURRENT_DEPARTMENT_ID NUMBER,

EMP_PHOTO BLOB,

MOBILE_NO VARCHAR2(20),

EMAIL VARCHAR2(100)

Any Help to do this.

Regards

This post has been answered by fac586 on Sep 10 2019
Jump to Answer
Comments
Post Details
Added on Sep 9 2019
5 comments
1,031 views