How to Mix Logo Image & Text together?
Harry83Jan 26 2010 — edited Jan 27 2010APEX 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"> 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