cancel
Showing results for 
Search instead for 
Did you mean: 

HTMLB: Changing CSS to increase Font-size

Former Member
0 Kudos

Hi Experts,

Please help me - I have made MI app with JSP page using htmlb. I want to change the "design" attribute for my hbj:button to make bigger font:

<hbj:button

design="STANDARD"

'

'

/>

In documentation it says this will point to the appropriate CSS file. I have only mi.css file referenced in my JSP page like this:

<head>

<link rel="stylesheet" href="css/mi.css" type="text/css">

</head>

Does anyone know how change the mi.css file to increase the font-size of my button where design="STANDARD", or do I need change another CSS file somewhere?

thx

Bip.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Bipasha Rai ,

This file will be inside the MIME repository objects in the server where your jsp is going to run..

Thanks ,

Greetson

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bipasha,

As you have mentioned href="css/mi.css" in the link the css file should be there in the path:

app-root/css/mi.css

edit that css file and change STANDERD css entry as you required.

Best Regards,

Sahidur

Former Member
0 Kudos

thanks guys I will try this.

Bip