|
Posted by William Hughes on 11/15/06 23:22
On Wed, 15 Nov 2006 17:37:40 -0500, in alt.html Jeff Wisnia
<jwisnia@conversent.net> wrote:
>
>I have this line right after </head> on a web page:
>
><body style="background-color: rgb(255, 255, 255); background-image:
>url(http://home.comcast.net/~myname27/ltblupap.jpg);">
>
>The image (ltblupap.jpg) is located in the same server directory as the
>page it is in.
>
>How do I change the code so it doesn't need all that referencing to that
>http://home.....thing?
>
>Thanks guys,
>
>Jeff
If I'm not mistaken, just put in the filename. Also, if I'm reading
your style correctly, you want the default color to be white:
<body style="background: white url (ltblupap.jpg)">
That should work...
--
William Hughes, San Antonio, Texas: cvproj@grandecom.net
The Carrier Project: http://home.grandecom.net/~cvproj/carrier.htm
Support Project Valour-IT: http://soldiersangels.org/valour/index.html
Navigation:
[Reply to this message]
|