Saturday 25 February 2012

Center Dashboard Prompt


In OBIEE, the dashboard prompts are aligned to the left by default. One of the OBIEE developers I am working with asked me to find a way to center the prompts on a dashboard. This can be done by inserting the following code into a text object on the dashboard.
<head>
<style type=”text/css”>
.GFPBox{text-align: center }
.DashboardPromptViewCell {text-align: center }
</style>
</head>

No comments:

Post a Comment

Thanks to Comment
--Add--