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 Mix Logo Image & Text together?

Harry83Jan 26 2010 — edited Jan 27 2010
APEX provide two options to create a logo:
(1) Image (2) Text.

I need to have a company logo image and also a application name text next to the image logo.

What I did is to select text option for the logo and pumped follpwing HTML into logo field

<table><tr><td><img src="/i/galogo.gif" width="250" height="100" alt="Geoscience Australia" style="filter:alpha(opacity=45); -moz-opacity:0.5" > </td><td><strong><font color="#ffffff" size="20">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MY APPLICATION NAME</font></strong><td></tr><table>

It works but there is no way I can change the size of the font. APEX does not respond to the font size request in that HTML.

Any one has experienced similar problem
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 24 2010
Added on Jan 26 2010
4 comments
4,599 views