cancel
Showing results for 
Search instead for 
Did you mean: 

bgcolor?

Former Member
0 Kudos

hi professor!

i created a bsp page

how can i chang it bgcolor????

best regards

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

welcome to SDN.

the background color and element colors are based on the design you use in your page.

<htmlb:content design="classic" or "design2002" or "design2003"

try passing various desings in your page and see how its changes the background colur and element color in the page.

Regards

Raja

Former Member
0 Kudos

hi Raja!

any other methods?

maybe i need "red" page etc.

best regards

athavanraja
Active Contributor
0 Kudos

you have to use the normal html tag for the same

<body bgcolor="#008000">

but you would be beating the purpose of using htmlb tags. one of the main reasons for it to have is uniform rendering.

Regards

Raja

maximilian_schaufler
Active Contributor
0 Kudos

Hi,

you can also read this weblog for more information about customizing your webpage's design.

<a href="/people/sap.user72/blog/2005/04/12/bsphowto-css-hints--custom-design-for-your-bsp-applications: CSS Hints - Custom Design for your BSP Applications</a>

Cheers,

Max

Former Member
0 Kudos

just use

<body bgcolor=red>

this works.

rgds,

J

maximilian_schaufler
Active Contributor
0 Kudos

Hi J,

of course you are right, but just as Raja mentioned in his post you would lose a lot of advantages, as we're talking not plain web design but developing on WebAS. So even if it is simple and easy to use regular HTML we should try to always think of what we give up by not using HTMLB.

Max