Adding Color To Website

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Adding Color To Website

    :confused;
    My website was created for my business without color. It has a white
    background, black and blue text. The problem is the logo I have is white so I
    guess that's why they kept the background white. It's looks really plain!

    How can I add some color shading? I don't mind the background being white if I
    can add color in certain areas to bring it out. Or Would it be easier to get
    rid of the logo and type the in title so I can add background color?

    nelo1234 Guest

  2. Similar Questions and Discussions

    1. Adding Flash Movie to Website
      I am trying to add a Flash Movie onto a website. A dialog box pops up saying "administrator requires content on this website to be accessible to...
    2. Adding an intro to your website...
      Okay I just made an intro for my website and I needed some help on how to add the intro to my site and also include a skip botton so people can skip...
    3. Adding ms word document to website
      I have created a website using Publisher, which is up and running. I want to add a link to a MS Word document so that people can download from the...
    4. Adding content to a shockwave website
      I have a website that I created in Director 9 MX and I can't figure out how to add a content box for text and pics that is scrollable. any help...
    5. Help Adding Another Website
      Hello, I am the systems administrator for a small law firm. We host our own website/email on a FreeBSD 4.5 machine using Apache 1.3 and Sendmail...
  3. #2

    Default Re: Adding Color To Website

    You can add background colors to the elements using CSS. You can also use a
    graphics editor like Fireworks or Photoshop to add color to your graphics.
    It's very hard to know what to suggest to what one cannot see. Is there a
    link to your site?


    --
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
    Technical Editor: Dreamweaver CS3: The Missing Manual,
    DMX 2004: The Complete Reference, DMX 2004: A Beginner's Guide
    Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development

    "nelo1234" <webforumsuser@macromedia.com> wrote in message
    news:fanvms$hv9$1@forums.macromedia.com...
    > :confused;
    > My website was created for my business without color. It has a white
    > background, black and blue text. The problem is the logo I have is white
    > so I
    > guess that's why they kept the background white. It's looks really plain!
    >
    > How can I add some color shading? I don't mind the background being white
    > if I
    > can add color in certain areas to bring it out. Or Would it be easier to
    > get
    > rid of the logo and type the in title so I can add background color?
    >

    Nancy - Adobe Comm. Expert Guest

  4. #3

    Default Re: Adding Color To Website

    Hi, is it wery easy with css:
    if you have a picture:
    background:url('0135_alumplat.jpg');
    or for a simple color:
    background:red;

    Titti

    [url]http://textures.z7server.com/[/url]
    z7server Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139