background color of web site ?

Last post 05-28-2009 10:17 AM by Curt_C. 1 replies.

Sort Posts:

  • background color of web site ?

    05-28-2009, 9:43 AM
    • Member
      524 point Member
    • oguzkaygun
    • Member since 04-27-2008, 12:44 PM
    • Posts 1,256

    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

    Mark as me if my question or my answer can be helpful for you :)
  • Re: background color of web site ?

    05-28-2009, 10:17 AM
    Answer
    • All-Star
      48,885 point All-Star
    • Curt_C
    • Member since 07-23-2003, 4:27 PM
    • Plover, WI - USA
    • Posts 5,322
    • Moderator
      TrustedFriends-MVPs

    set the style for it...

    Either:
    <body style="background-color: blue;">

    or in the CSS:
    .body {background-color: blue;}

    Blatant Self-Promotion: Book Released - ASP.Net CMS Development
Page 1 of 1 (2 items)