Posted by dorayme on 11/16/06 01:31
In article <318nl2lh9lv5hqr6u0olrfv4vgnoeaoc5v@4ax.com>,
Michael Fesser <netizen@gmx.de> wrote:
> .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
What if this is his only style?
--
dorayme
[Back to original message]
|