HTML Background Color Issue
Permalink
Hello,
My problem is that on the site I'm editing "www.yinyanghealingchannel.com" on either side, there should be a different bg color (blue for "Acupuncture" and orange for "Media") shown as in the attachment.
I am using this HTML code for each page in an HTML block in edit mode:
<body bgcolor="#cfe8f6">
</body>
It's showing up fine on my Safari (Mac) but on a PC (namely Google Chrome and Explorer) it's just white.
If it helps, I am using the custom theme "Rigid Light" where I removed the bg CSS code.
Thanks for any/all advice!!
My problem is that on the site I'm editing "www.yinyanghealingchannel.com" on either side, there should be a different bg color (blue for "Acupuncture" and orange for "Media") shown as in the attachment.
I am using this HTML code for each page in an HTML block in edit mode:
<body bgcolor="#cfe8f6">
</body>
It's showing up fine on my Safari (Mac) but on a PC (namely Google Chrome and Explorer) it's just white.
If it helps, I am using the custom theme "Rigid Light" where I removed the bg CSS code.
Thanks for any/all advice!!
OK but how do I configure that to give each page a different bg color?
I hope this makes sense.
Check the zip, it gots 2 htmls and 1 css file.
Check the zip, it gots 2 htmls and 1 css file.
I will take a look shortly, thank you very much!
I'm not getting it to work. I added the CSS to the style CSS file and tried each HTML on the page but the color doesn't show. I'm going to try a different approach using images. It'll ensure it's shown on all browsers, just a bit more work! I appreciate your efforts and any other thoughts. Thank you!
Did you worked out the 'Header Extra Content' part?
Images or background-color will make no difference, I think.
Images or background-color will make no difference, I think.
So HTML will be:
<body id="home">
(this can be easy done with 'Header Extra Content')
CSS:
#home {background-color:#00C}