Hi. I'm totally new in this. It's been a month since I started working with AppGini. Congratulations for this great application.
I would like a clarification regarding Detail view. How can I display the value of a specific field, with a larger font size?
I have no coding experience, so i would appreciate some help by someone who knows.
Thanks in advance
Increased font size for specific field
Re: Increased font size for specific field
Posting, for future reference...
I managed doing the change with the following code:
<style type="text/css">
#field_name
{font-size:20px; line-height:10px;}
</style>
I managed doing the change with the following code:
<style type="text/css">
#field_name
{font-size:20px; line-height:10px;}
</style>