cancel
Showing results for 
Search instead for 
Did you mean: 

Changing Survey Template Font Size

Former Member
0 Kudos

Hi experts,

We have a problem regarding changing font size of the survey template.

Where should we change the font size for the survey template (Questtionnaire) so that it reflects in WEB UI.

We tried changing font size in the .css class in se 80 for SVY_H BSP Application, but it is not reflecting in the WEB UI.

Any idea what the problem could be?

Can anyone guide me through this ?

Thanks in advance

Swapna.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Swapna

Not sure if this would help you:

OSS Note 1168661 SURVEY:Font size is small

Rupesh

Former Member
0 Kudos

Hi Rupesh,

Thanks for the reply.

We had tried implementing the same , but it is not reflecting in WEB UI.

We had enhanced the ICCMP_SURVEY component and not sure if this is creating some problem as SAP notes suggest that the component be standard.

Any pointers to how we may proceed is highly appreciated.

Thanks

Swapna

Former Member
0 Kudos

Hi Swapna

Try following:

1. Test with standard Survey component. You can do this by removing assignment of enhancement set to a client.

Use transaction SM30. Open table BSPWDV_EHSET_ASG to remove assignment. Now the standard component should be picked up during survey processing in Web UI.

2. If the standard survey component is also not showing the note effect then you can check if the note is applied properly. There are some manual steps in the note which are normally overlooked.

After applying the note the font size from the 'htmlb' tags will overwritten by a fixed font size specified in a css file(htmlb_style.css).

After Applying the note please verify whether the htmlb_style.css is also imported. This can be done by the following steps

1.Goto Transaction Se80, and then go to Repository browser.

2.Select 'BSP application' from dropdown and the application as SVY_H.

3.Expand the Mime folder. Here the file 'htmlb_style.css' must be present.

4.Place the cursor on the 'htmlb_style.css' right click and select display from the menu. This would show the file with new font sizes.

3. There is one more note from where you can download the latest css file(htmlb_style.css).

Note 1356414 - Text gets cut off for long surveys

Hope this helps

Rupesh Patil

robert_kunstelj
Active Contributor
0 Kudos

You can't influence on the survey display in web ui, at least not in crm 2007. you can do what rupesh suggested but this is reflecteh only in survey tool designer. unfortunately the view of surveys in transactions for web ui is predefined and can't be changed.

Former Member
0 Kudos

Hi Swapna

You might already have solved this, but I had the same requirement, and I managed to change the font-size and color of the survey. It is correct, that the stylesheets created in transaction crm_survey_suite is only used in the survey designer in the Web UI and not in transactions.

If you have to change the style of the survey in transaction, you have to change htmlb_style.css in BSP application ICCMP_SURVEY. When you create an enhancement you create a Z bsp application, therefore you might have to change htmlb_style.css of e.g. ZICCMP_SURVEY or what ever you named it.

You should delete the existing htmlb_style.css file and then upload a new file as described in note 1356414.

I changed the following parts of the .css file:

.urTxtStd{font-size:medium} (Used by Section Heading)

.urTxtH3{font-size:small !important;} (Used by Question)

.urTxtH2{font-size:large; color:#996633} (Used by Title)

Best regards,

Peter

Former Member
0 Kudos

Hi,

I am facing the same problem with CRM 7.0 Ehp 1. I followed the steps mentioned by you about modifying the htmlb_style.css file. But it did not help. I have created a new thread so that I can allocate points to those who help me solve this issue.

Best regards,

Rohan.