 |
|
 |
|
Next: German Translation
|
| Author |
Message |
External

Since: Sep 24, 2004 Posts: 15
|
(Msg. 1) Posted: Fri Sep 24, 2004 11:58 am
Post subject: Background Colour won't change - Help? Archived from groups: alt>www>webmaster (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Oct 23, 2003 Posts: 226
|
(Msg. 2) Posted: Fri Sep 24, 2004 12:33 pm
Post subject: Re: Background Colour won't change - Help? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Lynn" <lynn.herrick.DeleteThis@lineone.net> wrote in message
news:e7b5ef74.0409240758.4567b4@posting.google.com...
> Hi, I am just updating my website and managed to make the background
> colour black in <a style='text-decoration: underline;' href="http://www.herrick-photo.co.uk/experiment" target="_blank">www.herrick-photo.co.uk/experiment</a> but no matter what
> I try in Dreamweaver OR Frontpage, I can't seem to get it to change in
> <a style='text-decoration: underline;' href="http://www.herrick-photo.co.uk/experiment2" target="_blank">www.herrick-photo.co.uk/experiment2</a> Can anyone see what I'm doing
> wrong? I'm sure I did the same things to both pages, but still a white
> background on experiment2. Thanks for any and all help! Lynn
I think the problem you are having here is in the file names...
<a style='text-decoration: underline;' href="http://www.herrick-photo.co.uk/experiment" target="_blank">www.herrick-photo.co.uk/experiment</a>
<a style='text-decoration: underline;' href="http://www.herrick-photo.co.uk/experiment2" target="_blank">www.herrick-photo.co.uk/experiment2</a>
Those aren't pointing to directories (as one would assume) but to actual
files you have named on your server as "experiment. " and "experiment2.
"
I think its the final "2" in "experiment2" If you had a valid filename like
"experiment2.html" or "experiment2.php" or something... it works (I
downloaded the source code for your page and renamed it to
"experiment2.html" and the page works as you wanted"
People will suggest you use CSS instead of "BGCOLOR=" and they are right,
but that is just a bandaid solution to the problem: you need to fix the file
names
as CSS your <body> tag should be:
<body style='background-color:#000000;'><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Background Colour won't change - Help? |
|
| Back to top |
|
 |  |
External

Since: May 08, 2004 Posts: 953
|
(Msg. 3) Posted: Fri Sep 24, 2004 3:32 pm
Post subject: Re: Background Colour won't change - Help? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 24 Sep 2004 08:58:52 -0700, Lynn <lynn.herrick RemoveThis @lineone.net> wrote:
> Hi, I am just updating my website and managed to make the background
> colour black in <a style='text-decoration: underline;' href="http://www.herrick-photo.co.uk/experiment" target="_blank">www.herrick-photo.co.uk/experiment</a> but no matter what
> I try in Dreamweaver OR Frontpage, I can't seem to get it to change in
> <a style='text-decoration: underline;' href="http://www.herrick-photo.co.uk/experiment2" target="_blank">www.herrick-photo.co.uk/experiment2</a> Can anyone see what I'm doing
> wrong?
Yesh. You're using a WYSI(N)WYG program. Ditch it and learn basic HTML
and CSS: background colours are one of the simplest styles to add to a page
Grey
--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollory that nothing is ridiculous.
- <a style='text-decoration: underline;' href="http://www.greywyvern.com" target="_blank">http://www.greywyvern.com</a> - Orca Knowledgebase: Completely CSS styleable
Knowledgebase/FAQ system<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Background Colour won't change - Help? |
|
| Back to top |
|
 |  |
External

Since: Oct 22, 2003 Posts: 353
|
(Msg. 4) Posted: Fri Sep 24, 2004 3:32 pm
Post subject: Re: Background Colour won't change - Help? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Fri, 24 Sep 2004 12:32:51 -0400, GreyWyvern wrote:
> On 24 Sep 2004 08:58:52 -0700, Lynn <lynn.herrick.RemoveThis@lineone.net> wrote:
>
>> Hi, I am just updating my website and managed to make the background
>> colour black in <a style='text-decoration: underline;' href="http://www.herrick-photo.co.uk/experiment" target="_blank">www.herrick-photo.co.uk/experiment</a> but no matter what
>> I try in Dreamweaver OR Frontpage, I can't seem to get it to change in
>> <a style='text-decoration: underline;' href="http://www.herrick-photo.co.uk/experiment2" target="_blank">www.herrick-photo.co.uk/experiment2</a> Can anyone see what I'm doing
>> wrong?
>
> Yesh. You're using a WYSI(N)WYG program. Ditch it and learn basic HTML
> and CSS: background colours are one of the simplest styles to add to a page
>
> Grey
DW can be used to learn HTML for those who don't want to read boring books.
Tell it to make the background black, switch to source mode and see what
html it created and a light bulb lights up for the html newbie.
Plus it has an editor which is much better than Notepad which the hard core
html person loves to use.
Karim
--
<a style='text-decoration: underline;' href="http://www.cheapesthosting.com" target="_blank">http://www.cheapesthosting.com</a> - Innovative Web Hosting since 1998
Spam and Virus protected email - Online calendars with email notification
Camera phone photos automatic transfers to your photo album (RSS Enabled)<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Background Colour won't change - Help? |
|
| Back to top |
|
 |  |
External

Since: May 08, 2004 Posts: 953
|
(Msg. 5) Posted: Fri Sep 24, 2004 5:11 pm
Post subject: Re: Background Colour won't change - Help? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Fri, 24 Sep 2004 10:48:54 -0700, Karim <karim3411.DeleteThis@yahoo.moc> wrote:
> On Fri, 24 Sep 2004 12:32:51 -0400, GreyWyvern wrote:
>
>> On 24 Sep 2004 08:58:52 -0700, Lynn <lynn.herrick.DeleteThis@lineone.net> wrote:
>>
>>> Hi, I am just updating my website and managed to make the background
>>> colour black in <a style='text-decoration: underline;' href="http://www.herrick-photo.co.uk/experiment" target="_blank">www.herrick-photo.co.uk/experiment</a> but no matter what
>>> I try in Dreamweaver OR Frontpage, I can't seem to get it to change in
>>> <a style='text-decoration: underline;' href="http://www.herrick-photo.co.uk/experiment2" target="_blank">www.herrick-photo.co.uk/experiment2</a> Can anyone see what I'm doing
>>> wrong?
>>
>> Yesh. You're using a WYSI(N)WYG program. Ditch it and learn basic HTML
>> and CSS: background colours are one of the simplest styles to add to a
>> page
>>
>> Grey
>
> DW can be used to learn HTML for those who don't want to read boring
> books.
> Tell it to make the background black, switch to source mode and see what
> html it created and a light bulb lights up for the html newbie.
Using it didn't help the OP now, did it?
Grey<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Background Colour won't change - Help? |
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 2384
|
(Msg. 6) Posted: Fri Sep 24, 2004 7:36 pm
Post subject: Re: Background Colour won't change - Help? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 1147
|
(Msg. 7) Posted: Fri Sep 24, 2004 8:23 pm
Post subject: Re: Background Colour won't change - Help? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Spake Lynn unto thee:
> still a white background on experiment2.
Could it be because you have set the background to white in your global
CSS file? Try adding:
<style type="text/css">
body {
background-color: #000000;
}
</style>
to the <head></head> section of that page, and your global style will be
overridden by the local value.
--
Dylan Parry
<a style='text-decoration: underline;' href="http://webpageworkshop.co.uk" target="_blank">http://webpageworkshop.co.uk</a> - FREE Web tutorials and references
Listening to: Dream Theater - Just Let Me Breathe<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Background Colour won't change - Help? |
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 2384
|
(Msg. 8) Posted: Fri Sep 24, 2004 8:23 pm
Post subject: Re: Background Colour won't change - Help? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Dylan Parry wrote:
> Spake Lynn unto thee:
>
>> still a white background on experiment2.
>
> Could it be because you have set the background to white in your global
> CSS file? Try adding:
>
> <style type="text/css">
> body {
> background-color: #000000;
> }
> </style>
>
> to the <head></head> section of that page, and your global style will
be
> overridden by the local value.
With the greatest of respect to the OP, it sounds like she's starting
from the end, and working her way back.
A good case for learning the basics first.
But I suppose that's Frontpage, Dreamweaver for you.
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://CharlesSweeney.com" target="_blank">http://CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Background Colour won't change - Help? |
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 1147
|
(Msg. 9) Posted: Fri Sep 24, 2004 8:45 pm
Post subject: Re: Background Colour won't change - Help? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Spake Charles Sweeney unto thee:
> Great Sean Connery impersonation!
Sean Connery might be grey, but I don't think Grey is Sean Connery
--
Dylan Parry
<a style='text-decoration: underline;' href="http://webpageworkshop.co.uk" target="_blank">http://webpageworkshop.co.uk</a> - FREE Web tutorials and references
Listening to: Sky - Sahara<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Background Colour won't change - Help? |
|
| Back to top |
|
 |  |
External

Since: Jun 22, 2004 Posts: 568
|
(Msg. 10) Posted: Fri Sep 24, 2004 8:56 pm
Post subject: Re: Background Colour won't change - Help? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Oct 22, 2003 Posts: 353
|
(Msg. 11) Posted: Fri Sep 24, 2004 8:56 pm
Post subject: Re: Background Colour won't change - Help? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Fri, 24 Sep 2004 17:56:10 GMT, Heidi wrote:
> Karim wrote:
>: DW can be used to learn HTML for those who don't want to read boring
>: books.
>
> At the risk of showing off my utter geekness...
>
> If they think reading HTML books is boring maybe they should not
> be creating websites?
>
> *grin*
Why not? Why do you want to rob this opportunity from people who do not
want to go under the hood.
There are people who want to doodle around creating webpages without
learning html. It's their right. If you don't like their webpages, do not
visit their sites again.
Karim
--
<a style='text-decoration: underline;' href="http://www.cheapesthosting.com" target="_blank">http://www.cheapesthosting.com</a> - Innovative Web Hosting since 1998
Spam and Virus protected email - Online calendars with email notification
Camera phone photos automatic transfers to your photo album (RSS Enabled)<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Background Colour won't change - Help? |
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 1625
|
(Msg. 12) Posted: Fri Sep 24, 2004 9:05 pm
Post subject: Re: Background Colour won't change - Help? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Fri, 24 Sep 2004 10:48:54 -0700 Karim <karim3411.TakeThisOut@yahoo.moc> broke
off from drinking a cup of tea at AllTheNewsGroups.com to write:
>> Yesh. You're using a WYSI(N)WYG program. Ditch it and learn basic HTML
>> and CSS: background colours are one of the simplest styles to add to a page
>>
>> Grey
>
>DW can be used to learn HTML for those who don't want to read boring books.
Well written books are only boring to low-attention span,
unimaginative, geeks
>Tell it to make the background black, switch to source mode and see what
>html it created and a light bulb lights up for the html newbie.
Far quicker to find it in print. And less superflous code to wade
through.
>
>Plus it has an editor which is much better than Notepad which the hard core
>html person loves to use.
Notepad? Only ever use it when cutting and pasting text from a web
page to a temporary file. I use a Wordstar compatible editor, I'm
*real* hardcore. None of your wimpy (pun intended) GUI stuff for me.
>Camera phone photos automatic transfers to your photo album (RSS Enabled)
Deja Vu? I seem to remember another "identity" advertising this
feature.....
Matt
--
The Probert Encyclopaedia - Beyond Britannica
<a style='text-decoration: underline;' href="http://www.probertencyclopaedia.com" target="_blank">http://www.probertencyclopaedia.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Background Colour won't change - Help? |
|
| Back to top |
|
 |  |
External

Since: Oct 22, 2003 Posts: 353
|
(Msg. 13) Posted: Fri Sep 24, 2004 9:05 pm
Post subject: Re: Background Colour won't change - Help? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Fri, 24 Sep 2004 18:05:00 GMT, Matt Probert wrote:
> On Fri, 24 Sep 2004 10:48:54 -0700 Karim <karim3411.DeleteThis@yahoo.moc> broke
> off from drinking a cup of tea at AllTheNewsGroups.com to write:
>
>>> Yesh. You're using a WYSI(N)WYG program. Ditch it and learn basic HTML
>>> and CSS: background colours are one of the simplest styles to add to a page
>>>
>>> Grey
>>
>>DW can be used to learn HTML for those who don't want to read boring books.
>
> Well written books are only boring to low-attention span,
> unimaginative, geeks
You first have to find the *good* book in the middle of all the html crap
books and you have to have the book.
>
>>Tell it to make the background black, switch to source mode and see what
>>html it created and a light bulb lights up for the html newbie.
>
> Far quicker to find it in print. And less superflous code to wade
> through.
And if you do not have an html book?? You're in a plane, camping, jungle,
hotel room.. blah blah.
How is it quicker if you don't know what you're looking for? A newbie
doesn't know about html bgcolor or css's backround property. And a crappy
book index doesn't say anything changing bacground color.
There's nothing superflous with DW. I told DW to change the background
color to white and it created bgcolor="#ffffff". Don't confuse yourself
with Frontpage.
>
>>
>>Plus it has an editor which is much better than Notepad which the hard core
>>html person loves to use.
>
> Notepad? Only ever use it when cutting and pasting text from a web
> page to a temporary file. I use a Wordstar compatible editor, I'm
> *real* hardcore. None of your wimpy (pun intended) GUI stuff for me.
Use Google and find all the posts about the html purists favorite tool.
Notepad. People use the tool the works for me.
Does your WordStar thing color code html, xml, script code, pure text
differently? Does it have intellisense type of help where if I can't
remember the css I can use, it's in a dropdown list right there?
>
>>Camera phone photos automatic transfers to your photo album (RSS Enabled)
>
> Deja Vu? I seem to remember another "identity" advertising this
> feature.....
Try to learn to stick to the discussion on hand.
Karim
--
<a style='text-decoration: underline;' href="http://www.cheapesthosting.com" target="_blank">http://www.cheapesthosting.com</a> - Innovative Web Hosting since 1998
Spam and Virus protected email - Online calendars with email notification
Camera phone photos automatic transfers to your photo album (RSS Enabled)<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Background Colour won't change - Help? |
|
| Back to top |
|
 |  |
External

Since: Oct 22, 2003 Posts: 353
|
(Msg. 14) Posted: Fri Sep 24, 2004 9:05 pm
Post subject: Re: Background Colour won't change - Help? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Fri, 24 Sep 2004 18:05:00 GMT, Matt Probert wrote:
> On Fri, 24 Sep 2004 10:48:54 -0700 Karim <karim3411 RemoveThis @yahoo.moc> broke
> off from drinking a cup of tea at AllTheNewsGroups.com to write:
>
>>> Yesh. You're using a WYSI(N)WYG program. Ditch it and learn basic HTML
>>> and CSS: background colours are one of the simplest styles to add to a page
>>>
>>> Grey
>>
>>DW can be used to learn HTML for those who don't want to read boring books.
[snip]
> Matt
Let me tell you an interesting thing about DW. I noticed quite a few people
here from the UK bash DW yet here in the US we get all these British
webdesign magazines that hype DW. You know..those colorful magazines where
they always stick a cd on the cover. When I see such a magazine, I know
it's most likely British because they always stick the cd *with* a cover
pretty loosly that they fall off easily. Plus the note on the cover where
it says like "If you don't find the cd, ask your newstand guy"! That cracks
me up.
The magazines cost a bundle like at least $15 because of the cd as if we
can't download these free trial software they put on the cd from the web.
If they skip the cd and make the magazine cheaper, it will serve us better.
No need to send these magazines with the CDs. Broadband is common in the US
and we don't pay per minute charges on our phone system, so dialup people
can just download this stuff overnight.
So maybe you can tell me why they always put a cd with the magazines. Also
why don't they just stick a cd without the cover *inside* a leaflet inside
the magazine so that it doesn't fall off.
However, from a positive point of view, the websites featured in these
magazines look professional and rich and they all were done with
Dreamweaver. So to all who say DW is crappy, unless you used it, you don't
know what you're talking about.
Karim
--
<a style='text-decoration: underline;' href="http://www.cheapesthosting.com" target="_blank">http://www.cheapesthosting.com</a> - Innovative Web Hosting since 1998
Spam and Virus protected email - Online calendars with email notification
Camera phone photos automatic transfers to your photo album (RSS Enabled)<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Background Colour won't change - Help? |
|
| Back to top |
|
 |  |
External

Since: May 08, 2004 Posts: 953
|
(Msg. 15) Posted: Fri Sep 24, 2004 9:05 pm
Post subject: Re: Background Colour won't change - Help? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Fri, 24 Sep 2004 11:37:55 -0700, Karim <karim3411.TakeThisOut@yahoo.moc> wrote:
> On Fri, 24 Sep 2004 18:05:00 GMT, Matt Probert wrote:
>
>> On Fri, 24 Sep 2004 10:48:54 -0700 Karim <karim3411.TakeThisOut@yahoo.moc> broke
>> off from drinking a cup of tea at AllTheNewsGroups.com to write:
>>>
>>> Camera phone photos automatic transfers to your photo album (RSS
>>> Enabled)
>>
>> Deja Vu? I seem to remember another "identity" advertising this
>> feature.....
>
> Try to learn to stick to the discussion on hand.
Go home Karim.
Grey<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Background Colour won't change - Help? |
|
| Back to top |
|
 |  |
| Related Topics: | Background colour evangelism - 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...
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?
css IE hover, why the change background isn't istantly - in IE in the links, the change of the background-color via hover isn't immediate; for a moment I see the back div that is the container of the links; is possible to resolve?
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.. |
|
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
|
|
|
|
 |
|
|