Total newbe question. How do you add a background image? I've got HTML like so: <BODY BACKGROUND="tealtile.jpg" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000ff" LINK="#800080" ALINK="#ff0000"> I've uploaded the image(and named it tealtile) to the site. I've tried inserting a <!--#var tealtile--> tag in the background property but that caused lots of havoc. I've looked through the docs but nothing helpful there. I'm pretty sure that this question has been asked before but the list archives don't have a search feature.
On Tue, 20 Jul 1999, Mike Owens wrote:
Total newbe question. How do you add a background image? I've got HTML like so:
<BODY BACKGROUND="tealtile.jpg" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000ff" LINK="#800080" ALINK="#ff0000">
I've uploaded the image(and named it tealtile) to the site. I've tried inserting a <!--#var tealtile--> tag in the background property but that I know, it's not the right "thing" to do, but just use "tealtile.jpg" or "/tealtile.jpg".
A related question: How does one insert an image with BORDER=0? Andreas -- Win95: n., A huge annoying boot virus that causes random spontaneous system crashes, usually just before saving a massive project. Easily cured by UNIX. See also MS-DOS, IBM-DOS, DR-DOS, Win 3.x, Win98.
Andreas Kostyrka wrote:
On Tue, 20 Jul 1999, Mike Owens wrote:
Total newbe question. How do you add a background image? I've got HTML like so:
<BODY BACKGROUND="tealtile.jpg" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000ff" LINK="#800080" ALINK="#ff0000">
I've uploaded the image(and named it tealtile) to the site. I've tried inserting a <!--#var tealtile--> tag in the background property but that I know, it's not the right "thing" to do, but just use "tealtile.jpg" or "/tealtile.jpg".
just use tealtile: <BODY BACKGROUND="tealtile">
A related question: How does one insert an image with BORDER=0?
<img src="tealtile" border=0>
Andreas -- Win95: n., A huge annoying boot virus that causes random spontaneous system crashes, usually just before saving a massive project. Easily cured by UNIX. See also MS-DOS, IBM-DOS, DR-DOS, Win 3.x, Win98.
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
Regards, Arpad
Andreas Kostyrka wrote:
On Tue, 20 Jul 1999, Mike Owens wrote:
Total newbe question. How do you add a background image? I've got HTML like so:
<BODY BACKGROUND="tealtile.jpg" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000ff" LINK="#800080" ALINK="#ff0000">
I've uploaded the image(and named it tealtile) to the site. I've tried inserting a <!--#var tealtile--> tag in the background property but that I know, it's not the right "thing" to do, but just use "tealtile.jpg" or "/tealtile.jpg".
just use tealtile: <BODY BACKGROUND="tealtile">
A related question: How does one insert an image with BORDER=0?
<img src="tealtile" border=0>
Andreas -- Win95: n., A huge annoying boot virus that causes random spontaneous system crashes, usually just before saving a massive project. Easily cured by UNIX. See also MS-DOS, IBM-DOS, DR-DOS, Win 3.x, Win98.
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
Regards, Arpad
On Wed, 21 Jul 1999, Arpad Kiss wrote:
A related question: How does one insert an image with BORDER=0?
<img src="tealtile" border=0> That is only partially correct. I'd rather prefer it with <dtml-var> notation, because <dtml-var> always returns the true absolute URL. Which is an advantage, because the image is probably downloaded once, instead for once per subfolder.
Andreas -- Win95: n., A huge annoying boot virus that causes random spontaneous system crashes, usually just before saving a massive project. Easily cured by UNIX. See also MS-DOS, IBM-DOS, DR-DOS, Win 3.x, Win98.
participants (3)
-
Andreas Kostyrka -
Arpad Kiss -
Mike Owens