cancel
Showing results for 
Search instead for 
Did you mean: 

Can we change the default background color of Design 2003

Former Member
0 Kudos

I want to change the background color of pages with design 2003 as white..

how do i do that .. any pointers

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

<htmlb:document>

<htmlb:documentHead title="Email and Download Functionality">

</htmlb:documentHead>

<htmlb:documentBody>

<script>

document.body.style.background="white";

</script>