Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hello Ravi, Yes, you can use CSS (Cascading Style Sheets) for customization in FAW (presumably Frequently Asked Questions or a similar context). To implement CSS, follow these steps: 1. Inline CSS: You can apply CSS directly within the HTML tags. For example: ```html <p style="color: blue; font-size: 16px;">This is a…
-
Hello Ravi, Yes, you can use CSS (Cascading Style Sheets) for customization in FAW (presumably Frequently Asked Questions or a similar context). To implement CSS, follow these steps: 1. Inline CSS: You can apply CSS directly within the HTML tags. For example: ```html <p style="color: blue; font-size: 16px;">This is a…