Forum Moderators: phranque

Message Too Old, No Replies

HTML Coding

Cute HTML

         

belenenses

7:40 pm on Sep 12, 2007 (gmt 0)

10+ Year Member



Learned Friends and not-so-learned practitioners like myself,

I have launched a new site, the second I have produced with Cute HTML.
It's proven to be a very logical and stable piece of software, but today seems to have done a wobbly...

Minutes before launch, my nice green Home Page background colour disappeared from screen and was replaced by a white background. Another page has gone half green and half white! The script was also reduced to Times Roman.

I may have touched something by mistake, but cannot rectify the colour error.

My other site uses the same background colour coding:

<body bgcolor='' “>

at the beginning of the body text, but a different colour.

Please can you tell me how I over-ride all other instructions on a page and re-instate a background colour?

Regards,

Scott

phranque

9:15 pm on Sep 12, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



welcome to WebmasterWorld, belenenses!

are you using a style sheet?

belenenses

9:47 pm on Sep 12, 2007 (gmt 0)

10+ Year Member



Hi Phranque,

Quite honestly, I wouldn't know what a style sheet was if it came round for dinner. No seriously, as a learner, I have copied the coding from a page I liked and then edited out the stuff I don't want/simplified it to the bare bones.

I honestly don't think there is any special layout features there. As I explained, it was all okay one moment and then went pear-shaped the next!

Regards,

Scott

bill

4:36 am on Sep 13, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Have you tried changing the
<body bgcolor="green">
back to the previous color?

Perhaps you could show us a bit of your code. Just remove the particulars like keywords, description and site name, etc., and post your headers up through the <body> tag.

belenenses

10:15 am on Sep 13, 2007 (gmt 0)

10+ Year Member



Hi Bill et all,

God, HTML is so logical! I finally cracked the issue by loooking at my live source coding. I had no idea errors showed up in red - you learn something.....

So, instead of <body bgcolor='#99CC00'>

I had written

<body bgcolor=''#99CC00''>

It was that simple!

I really must find the time to read up on HTML and really learn how too write it rather than get into a tizwoz about such logical issues and experiment in the dark.

Thanks for your support!

rocknbil

6:19 pm on Sep 13, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome aboard! The W3C Validator [validator.w3.org] will also be of great help to you when you get in a bind. :-)