Welcome to HostingForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Background colour evangelism

 
   Web Hosting Problem Solving Community! (Home) -> Webmaster RSS
Next:  problems at myshosting.com  
Author Message
sp_bhuisman

External


Since: Jun 27, 2003
Posts: 571



(Msg. 1) Posted: Fri Jun 27, 2003 12:56 pm
Post subject: Background colour evangelism
Archived from groups: alt>www>webmaster (more info?)

Submitted for your approval:

<body style="background-color:#ffffff;">

Not so hard, right? However, many designers neglect it because they assume
everyone is using white as their default background colour. Or they test
their pages on a desktop with a white background default and just forget
that they need it. With the rise of skins and themes for desktop operating
systems, the actual percentage of users with white as their default is
dropping.

So... **specify your background colour!**

I post this because recently, I found that one of the offenders was the new
design at hotscripts.com. Since I just submitted a new script there
(http://www.hotscripts.com/Detailed/23396.html - for anyone interested) I
had to browse their pages and noted that only the individual script pages
specified a background colour! The rest had all the white-bordered
graphics overlying grey, looking gross.

So I took a screenshot of the front page here:
http://www.greywyvern.com/img/misc/hotscripts.png and sent it to them using
their feedback form.

Today, (or last night?) the following bit was added to the body tag:
bgcolor="#FFFFFF" - and all was right with the world Wink

At least we know they read their feedback!

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollory that nothing is ridiculous.
- http://www.greywyvern.com - Orca RingMaker: PHP web ring creation and
management

 >> Stay informed about: Background colour evangelism 
Back to top
Login to vote
payers

External


Since: Jun 27, 2003
Posts: 13



(Msg. 2) Posted: Fri Jun 27, 2003 6:25 pm
Post subject: Re: Background colour evangelism [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > So... **specify your background colour!**

Yes, but not with attributes in the <body> tag (deprecated in HTML 4.0), =
but with CSS 'background-color'! Smile

--=20
P@tty Ayers
<a rel="nofollow" style='text-decoration: none;' href="http://www.WebDevBiz.com" target="_blank">http://www.WebDevBiz.com</a>
Business Resources for Web Developers
Web Design Contract, Estimate Worksheet
-- =20

 >> Stay informed about: Background colour evangelism 
Back to top
Login to vote
nevermailme

External


Since: Jun 27, 2003
Posts: 1



(Msg. 3) Posted: Fri Jun 27, 2003 6:35 pm
Post subject: Re: Background colour evangelism [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

sp_bhuisman.TakeThisOut@greywyvern.com_am wrote.::. >>
 > Submitted for your approval:
 >
 > <body style="background-color:#ffffff;">
 >
 > Not so hard, right? However, many designers neglect it because they assume
 > everyone is using white as their default background colour. Or they test
 > their pages on a desktop with a white background default and just forget
 > that they need it. With the rise of skins and themes for desktop operating
 > systems, the actual percentage of users with white as their default is
 > dropping.
 >
I omit that tag intentionally. It is up to
visitors to decide what their background is. If
they chose to use a non-white background then so
be it.

That's what choice is all about.


--
Stylewriter
 >> Stay informed about: Background colour evangelism 
Back to top
Login to vote
sp_bhuisman

External


Since: Jun 27, 2003
Posts: 571



(Msg. 4) Posted: Fri Jun 27, 2003 6:35 pm
Post subject: Re: Background colour evangelism [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 27 Jun 2003 15:35:28 +0100, Stylewriter wrote:


  >> Submitted for your approval:
  >>
  >> <body style="background-color:#ffffff;">
  >>
  >> Not so hard, right? However, many designers neglect it because they
  >> assume everyone is using white as their default background colour. Or
  >> they test their pages on a desktop with a white background default and
  >> just forget that they need it. With the rise of skins and themes for
  >> desktop operating systems, the actual percentage of users with white as
  >> their default is dropping.
  >>
 > I omit that tag intentionally. It is up to visitors to decide what their
 > background is. If they chose to use a non-white background then so be
 > it.
 >
 > That's what choice is all about.

That's all well and good, but I'm talking about when you design images and
other parts of your content from which the easy conclusion is reached that
one was designing with the *assumption* of a white background. For all
those sites where any background will do, this doesn't really apply.

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollory that nothing is ridiculous.
- <a rel="nofollow" style='text-decoration: none;' href="http://www.greywyvern.com" target="_blank">http://www.greywyvern.com</a> - Orca RingMaker: PHP web ring creation and
management
 >> Stay informed about: Background colour evangelism 
Back to top
Login to vote
postmaster

External


Since: Jun 27, 2003
Posts: 286



(Msg. 5) Posted: Fri Jun 27, 2003 7:20 pm
Post subject: Re: Background colour evangelism [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

GreyWyvern wrote:

 > Submitted for your approval:
 >
 > <body style="background-color:#ffffff;">
 >
 > Not so hard, right? However, many designers neglect it because they
 > assume everyone is using white as their default background colour. Or
 > they test their pages on a desktop with a white background default and
 > just forget that they need it. With the rise of skins and themes for
 > desktop operating systems, the actual percentage of users with white as
 > their default is dropping.
 >
 > So... **specify your background colour!**

Eh, not only that but *SPECIFY* all colours. Some people do specify
background colour but forget for example foreground... or link etc.
colours. Imagine someone with user options: black background and white
text coming on a page which only specifies a white background colour...

[snip]

John

--
email: mail(at)johnbokma.com
home: <a rel="nofollow" style='text-decoration: none;' href="http://johnbokma.com/" target="_blank">http://johnbokma.com/</a>
 >> Stay informed about: Background colour evangelism 
Back to top
Login to vote
dorward

External


Since: Jun 27, 2003
Posts: 197



(Msg. 6) Posted: Fri Jun 27, 2003 9:10 pm
Post subject: Re: Background colour evangelism [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

GreyWyvern wrote:

 > Many designers neglect it because they assume
 > everyone is using white as their default background colour.

The W3C CSS Validator will warn when background colours are set without
foreground colours (and vice versa).

So - everyone validate!

--
David Dorward <a rel="nofollow" style='text-decoration: none;' href="http://david.us-lot.org/" target="_blank">http://david.us-lot.org/</a>
Redesign in progress: <a rel="nofollow" style='text-decoration: none;' href="http://stone.thecoreworlds.net/" target="_blank">http://stone.thecoreworlds.net/</a>
Microsoft announces IE is dead (so upgrade):
<a rel="nofollow" style='text-decoration: none;' href="http://minutillo.com/steve/weblog/2003/5/30/microsoft-announces-ie-is-dead" target="_blank">http://minutillo.com/steve/weblog/2003/5/30/microsoft-announces-ie-is-dead</a>
 >> Stay informed about: Background colour evangelism 
Back to top
Login to vote
kimandre

External


Since: Jun 28, 2003
Posts: 43



(Msg. 7) Posted: Fri Jun 27, 2003 9:10 pm
Post subject: Re: Background colour evangelism [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"David Dorward" skrev i melding

 > GreyWyvern wrote:
 >
  > > Many designers neglect it because they assume
  > > everyone is using white as their default background colour.
 >
 > The W3C CSS Validator will warn when background colours are set without
 > foreground colours (and vice versa).

If you don't want a background color, just use
background-color: transparent


 > So - everyone validate!

Already have with my latest website, and it's all fixed.

--
Kim André Akerĝ
- kimandre RemoveThis @kaa.no
- ICQ: 92708098
 >> Stay informed about: Background colour evangelism 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Background Colour won't change - Help? - Hi, I am just updating my website and managed to make the background colour black in www.herrick-photo.co.uk/experiment but no matter what I try in Dreamweaver OR Frontpage, I can't seem to get it to change in www.herrick-photo.co.uk/experiment2 Can..

Sipulate background colour or not? - I've often read that I should always stipulate background colours, but assuming I am using the same background colour everywhere on the page, is this still the case? or should it be left to the users choice of window colour?

BEST colour scheme ever - Flourescent pink on lime green! So awful, it's delicious! Matt

colour problem? - I have a web page, see the basic (template) code below, when this page loads the area where the backgroung image is flashes a green colour for a split second before the image is visable, I don't have this green colour any where in the website? any..

DHTML colour picker - Hi all I've created a WYSIWYG HTML browser-based routine so that the following works: 1) user has a page that they can type text into what is an iframe. 2) user highlights a chunk of this text. 3) user clicks the text colour button, which pops out a....
   Web Hosting Problem Solving Community! (Home) -> Webmaster All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]