Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms

Former Member
0 Kudos

Hi Experts,

My smartform has a black background. The text is all surrounded by a black back ground.. How do i change the color to white?

Regards

Abdullah

11 REPLIES 11

Former Member
0 Kudos

Try changing the color of the Style that is used in the global settings.

0 Kudos

Hi Naveen,

Since this is the first time I am doing smartforms. Can you please elaborate your previous answer.

Regards,

Abdullah

0 Kudos

hi,

change the color of style which ur using in ur smartforms in t-code SMARTSTYLES.

Kishore.

ashok_kumar24
Contributor
0 Kudos

Hi Abdullah,

Check the following

To make a piece of text bold enclose it in <b></b>, eg.

<b>Hello</b>

will become Hello

For underlining use <u></u>, for example:

<u>Good Morning</u>

becomes Good Morning

To italicise text use <i></i>, eg.

This is <i>Great!</i>

Changing the colour of text is achieved by wrapping it in [color=][/color]. You can specify either a recognised colour name (eg. red, blue, yellow, etc.) or the hexadecimal triplet alternative, eg. #FFFFFF, #000000. For example, to create red text you could use:

[color=red]Hello![/color]

or

[color=#FF0000]Hello![/color]

will both output Hello!

Changing the text size is achieved in a similar way using [size=][/size]. This tag is dependent on the template you are using but the recommended format is a numerical value representing the text size in pixels, starting at 1 (so tiny you will not see it) through to 29 (very large). For example:

[size=9]SMALL[/size]

will generally be SMALL

whereas:

[size=24]HUGE![/size]

will be HUGE!

[size=18][color=red]<b>LOOK AT ME!</b>[/color][/size]

this would output LOOK AT ME!

Good Luck and Thanks

AK

Former Member
0 Kudos

Hi

You can change the back ground colour of a particular window.

Click on the required window

You can find:

General attributes

Output options

Conditions

goto <b>Output options</b>-->goto <b>Shading</b>

There you can change the colour.

Reward if helpful.

Regards,

Sandhya

0 Kudos

Hi Sandhya,

I tried as you said. But as the smart form is getting converted into a pdf file; The text appears black, the area around it appears white and the rest of the page comes as black.

Regards,

Abdullah

Former Member
0 Kudos

Hi Abdullah Ismail ,

You can do the following steps.

1. Double click on the main window node.(left side wndow)

2. Click on the "Output Options" tab on the right side window.

3. You can set the "Gray Value" value to 0% of "Shading" tab.

Regards,

Balakrishna.N

Former Member
0 Kudos

in smartform disply,

when u double click global settings, under Output options, u can find Style.

copy that style, and enter in SMARTSTYLES , in that, click on header data,

under standard settings u can find COLOR check box, see whether that check box is checked or not, if it is, select that color as white.

Regards,

Sujatha.

0 Kudos

Hi sujatha,

You wrote:

"under standard settings u can find COLOR check box, see whether that check box is checked or not, if it is, select that color as white."

I think this COLOR is the text color not the background color.

Am I correct.

0 Kudos

Hi balakrishnan

yes it is the text color and not the background color.. I am trying to change the background color.

Regards,

Abdullah

Former Member
0 Kudos

a