cancel
Showing results for 
Search instead for 
Did you mean: 

How to make the Report Header to Bold

Former Member
0 Kudos

Hello Experts how to make the Report Header to Bold, I have a Custom Print Button in my web Page, when the user clicks it, it opens one more window where the i have this paramter

P_HEADER_RIGHT=' &TITLE&' which isnt bold and size in 10, how do i make it to bold and increase the size...

Any help please....

Kris

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I would recommend using style sheets. You have to figure out which class is being used on that <TH> tag and change the font size and make it bold.

With the style sheet that I use the class is td.sapbexborderflexboxTtl.

If you're a firefox user download the color picker extention. It will show you what classes are affecting things on webpages. (plus it shows u the web color of things, its super cool)

You might also need to change the css page with javascript if you don't want the original page to be affected. To do that dynamically you can work off of this link:

http://www.alistapart.com/articles/alternate/