Welcome to TalkGraphics.com
Results 1 to 8 of 8
  1. #1
    Join Date
    May 2009
    Location
    Oklahoma, USA
    Posts
    77

    Default web page question

    How can I change the white background on a web page? This is a preview of my page.

    Thank you for your help
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	webpage.jpg 
Views:	199 
Size:	45.0 KB 
ID:	63005  

  2. #2
    Join Date
    Aug 2002
    Location
    A little french village east of Dallas, TX called Forney And now Austria and Germany too
    Posts
    1,053

    Default Re: web page question

    The answer is yes, but the how depends on what you want to change it to. Is it a color or a bitmap (picture)?

    Eric
    I'm never wrong. I thought I was wrong once but it turns out that I was mistaken.
    Web Templates. My Beginner Video Tutorials
    My Club. My Album.
    My Other Album. My Tutorial.

  3. #3
    Join Date
    May 2009
    Location
    Oklahoma, USA
    Posts
    77

    Default Re: web page question

    I would like to change the window background that is not associated with my project. Everything else is great. The white on the edges of the window are just too stark for the look that I am trying for.

  4. #4

    Default Re: web page question

    Ctrl+Drag a colour from the colourline to the 'page'.

  5. #5
    Join Date
    Jun 2009
    Location
    Reading. UK
    Posts
    6,989

    Arrow Re: web page question

    Here is an example of what you need to do to the coding of the page:-

    <html>
    <head>
    <meta http-equiv="Content-Language" content="en-gb">
    <title>Rik's Web Site</title>
    </head>

    <body bgcolor="#0000FF">

    In the <body> section of your web page, enter bgcolor="#FF0000"

    FF0000 will set the background colour to BLUE

    Change the hex code (#ff....) to what ever colour you like, to suit.
    Dark Grey would be #3A3A3A. I have used this background colour on some of my web sites. Looks nice!
    Would probably look good on yours too!

    </body>

    </html>

    Rik.

  6. #6

    Default Re: web page question

    Rik that isn't required with XWD or Xtreme.

    The body background colour is written to the default.css rather than the .htm file when you Ctrl+Drag from the colour line.

    Using your suggestion would require manual editing ALL pages of the site and would be lost if the project is re exported.
    Remember that XWD or Xtreme and not HTML editors.

  7. #7
    Join Date
    May 2009
    Location
    Oklahoma, USA
    Posts
    77

    Default Re: web page question

    when I do the control drag to the page, does it create a layer called page background? I think I have done that and used a lighter gray, but it still previews as white. I will post an example in a moment. the file must be reduced so I can link it.
    Attached Files Attached Files
    Last edited by helavagal; 02 July 2009 at 01:51 PM.

  8. #8

    Default Re: web page question

    The layer should be called 'Page Background'.
    Somehow yours are named 'Page Background (2)'
    Rename them to 'Page Background' (right-click>>Properties) and the grey background will show as planned

    Click image for larger version. 

Name:	renamebackground.png 
Views:	141 
Size:	4.5 KB 
ID:	63065

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •