cancel
Showing results for 
Search instead for 
Did you mean: 

Formatting Webitem Analysis - Cellpadding, Cellspacing

0 Kudos
191

Hello,

colors of the analysis table may be customize via the portal themes.

Because of the size of the whole table I'd like to change the cellpadding and cellspacing parameters too.

Is this possible to do?

Thanks for help

Stefan

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hy,

since now I didn't try it. But I think to do this in the Portal is right. Can somebody tell me where?

Greetings

Stefan

Former Member
0 Kudos

Hi,

Edit the theme in the portal (you will need Admin rights) and change the properties for the table by selecting it in the tree display of the theme editor.

You can also preview the changes you have made.

Thanks

Sundar

Former Member
0 Kudos

Check the HTML source of the generated web template ... in there you should be able to find the particular style that your table is using. You would then either need to find where that style is defined (CSS) and change it, or add it into your template.

You can add


<style>
.stylename{}
</style>

elements into your web template if you like. The normal style, as defined in the SAP standard CSS should still be used, but now your cellpadding values should overwrite any of the standard values.

Hope this helps.

Cheers,

Andrew

Former Member
0 Kudos

I cannot see this myself in my system but my team's portal guy says this is possible.

Did you try to do it?