Re: Simple Questions for Newbie (Background Page Image)

Rick,

What you have so far looks fine, but you have no content in your page. 
Open the page again with Amaya and type several short paragraphs of 
text. You will see that the background image is indeed displayed, but 
only as far down the page as you have other content to display. This 
differs from other browsers. Other browsers will display the background 
image in the browser window even when there is no other content to 
display. If the background image is repeated, other browsers will fill 
the browser window with the repeated background image. Amaya will not. 
This is probably a rendering bug in Amaya.

I use Amaya to author my pages, but always preview them in several other 
browsers to see what they will really look like. I often find rendering 
differences, even between other browsers. I try to only use features 
that work consistently in most popular browsers. The rendering in Amaya 
is usually "pretty good" (and getting better all the time), but don't 
assume that is exactly how other browsers will render your page.

Keith Rubow

RickinRSM wrote:
> Thank you for your assistance. This program, Amaya, looks pretty cool! 
>
> By the way, I have NO experience with HTML but can program in Access
> DataBase 2003 and Paradox Opal. (Object Based Programing).
>
> To make it simple, this is where I'm at presently.
>
> There are no error messges but the BrownBackGround.jpg image is not showing
> at all
>
> Here is my code. . .
>
> StartCode . . .
>
> <?xml version="1.0" encoding="iso-8859-1"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html>
> <head>
>   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
>   <title>New1</title>
>   <meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
> </head>
> <body style="background-color: #000000; background-image:
> D:\RealEstate\xSite\BrownBackGround.jpg; 
> background-repeat: no-repeat">
> </body>
>
> </html>
>
> EndCode
>
> Any assistance would be greatly appreciate.
>
> Thank you so much!
>
> RickinRSM
>
>
> <?xml version="1.0" encoding="iso-8859-1"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head>
>   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
>   <title>New1</title>
>   <meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
> </head>
> <body> body style="background-image:
> D:\RealEstate\xSite\BrownBackground.jpg; 
> background-repeat: no-repeat"> </body>
>
> My Error message is . . . "
>
>
>
> Cristiano Guglielmetti-2 wrote:
>   
>> Hi Rick,
>>
>> WYSIWYG (from interface tools)
>>
>> Style menu (or button in the toolbar) > Color > set background-color, 
>> background-image and background-repeat (it refers to background image).
>>
>> OR (better)
>>
>> In (X)HTML
>>
>> <body style="background-color: #000000; background-image: url(filename); 
>> background-repeat: no-repeat">
>>
>> OR (much better)
>>
>> In the CSS
>>
>> body {
>> background: black left(..or right..) top(..or bottom..) no-repeat;
>> background-image: url('mv-f4-1078-312-rr-01.jpg')
>> }
>>
>>
>> Cristiano
>>
>> ----- Original Message ----- 
>> From: "RickinRSM" <RickinRSM@cox.net>
>> To: <www-amaya@w3.org>
>> Sent: Wednesday, October 01, 2008 11:33 PM
>> Subject: Simple Questions for Newbie (Background Page Image)
>>
>>
>>     
>>> Just came across Amaya 10. Interesting.
>>>
>>> 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.
>>>
>>> I'm a WYSIWYG kind of user. Ha!
>>>
>>> I must be silly right?
>>>
>>>
>>> Rick  :)
>>>
>>> -- 
>>> View this message in context: 
>>> http://www.nabble.com/Simple-Questions-for-Newbie-%28Background-Page-Image%29-tp19769590p19769590.html
>>> Sent from the w3.org - www-amaya mailing list archive at Nabble.com.
>>>
>>>
>>>
>>>
>>>       
>>
>>
>>
>>     
>
>   

Received on Thursday, 2 October 2008 20:05:56 UTC