| Posted by Michael Fesser on 11/15/06 23:20 
..oO(Jeff Wisnia)
 >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?
 
 <body style="background: #FFF url(ltblupap.jpg)">
 
 But you should use an external stylesheet.
 
 Micha
 [Back to original message] |