Impossible to change the Fontsize for a Radiogroup(with Submit).
I have a Menue displayed from a Query like (select menue_title, id from lov_tabel)
and displayed in a Report Region as a Radio group with Submit.
The problem is, i've not been able to change the font size.
What i' have tried.
- Change the color works if i change "+Page Item"-> Element -> HTML Table Celle Attributes+ to
style="font-size:1.2em; color:#CC00CC"
I see the new color but
NO change in font-size.
- If change in
Application-> Shared Components-> Templates
copy the Template "Reports Region" to "MenueReport",
then change on "MenueReport"->Template
value to
<table class="t6ReportsRegion" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES# summary=""
*style="font-size:1.2em; color:#CC00CC; font-family:Verdana"*>
<tr><td class="t6Header">#TITLE#</td></tr>
<tr><td class="t6ButtonHolder">#CLOSE# #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</td></tr>
<tr><td class="t6Body">#BODY#</td></tr>
</table>
option
style="font-size:1.2em; color:#CC00CC; font-family:Verdana" inserted
and then change in the template for the report region the Option
Edit Region->User Interface -> Template to "MenueReport".
I see a new color but NO font-size will be changed!
- I have changed the query to
SELECT ' <font size="4">' || rt_name as x, rt_nr FROM report_types order by rt_nr
But there is NO change of font size, and the Tag <font size= .. is deprecated.
Used Version is Apex apex_030200 with Firefox 3.5.5 Windows.
After all this failed attempts, i have no idea how to change the font for page to a larger size.
Can anyone help me and explain how to change the font size in Apex for a Radiogroupe?
Thanks in advanced
Dieter