Re: Simple Questions for Newbie (Background Page Image)

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.
>>
>>
>>
>> 
> 
> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Simple-Questions-for-Newbie-%28Background-Page-Image%29-tp19769590p19785882.html
Sent from the w3.org - www-amaya mailing list archive at Nabble.com.

Received on Thursday, 2 October 2008 19:28:11 UTC