How to Increase the FONT size for field(Control) in the page

st0328
st0328 Member Posts: 97
edited 2012-01-18 in NAV Three Tier
Hi all,

How to Increase the FONT size for field(Control) in the page.

My client wants to the for some selected fields to increase the Size to 16 .


Pls give suggestions

Comments

  • Sog
    Sog Member Posts: 1,023
    RTC: layout is out of your hands. You can't even change the font in design mode, and it's similar in runtime.
    If the fontsize is only meant for attention to the field, then a style should suffice. Because the client then really wants a field which draws attention.
    If it's meant for readability for the handicapped, then a webservice with a webpage can be a route to consider.
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
  • Troubles_In_Paradise
    Troubles_In_Paradise Member Posts: 588
    as Sog said, if it's really necessary a bigget text, you could try a .net addin.
    ~Rik~
    It works as expected... More or Less...
  • mihail_kolev
    mihail_kolev Member Posts: 379
    also note that the add-ins can not be applied in Repeaters
    -Mihail- [MCTS]
  • st0328
    st0328 Member Posts: 97
    I would like to do this in CARDPART type page .

    can u pls give me that dot net add in
  • Troubles_In_Paradise
    Troubles_In_Paradise Member Posts: 588
    ~Rik~
    It works as expected... More or Less...