Sign in | Join
Last post 05-28-2009 10:17 AM by Curt_C. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
hi
i use 1024x768 px to develop web site. When i change my px to more than 1024x768, i see white color at side of my website.
how can i change white color ? how can i use different color ? secondly how can i use instead of color ?
Thanks
set the style for it...
Either:<body style="background-color: blue;">
or in the CSS:.body {background-color: blue;}