Re: Simple Questions for Newbie (Background Page Image)

Hi Rick! ;-)


> I wish to create a page background from a jpg image for every page?
>
> I guess it would actually be layer 2 on top of the true background which I
> would like to be black.
>
> Also, I can't seem to set the background color to #000000 (Black) as I don't
> like the white sides on either side of my web page.

For the image thins, you may take a look at the CSS property
"background-image" [1], which is well supported among browsers. For
the background color there´s the property "background-color" [2] -
this is also used until the image is downloaded and/or if the browser
doesn't support the background image CSS property.


> I'm a WYSIWYG kind of user. Ha!

Sorry but I'm not familiar enough with Amaya's WYSIWYG features for
achieving the desired effect... I'm more a WYCIWYG (What You Code Is
What You Get) user! ;-D


Hope this helps,

 Helder Magalhães

[1] http://www.w3schools.com/css/pr_background-image.asp
[2] http://www.w3schools.com/Css/pr_background-color.asp

Received on Thursday, 2 October 2008 08:22:34 UTC