[Zope] Background Images
Arpad Kiss
sekter@mail.matav.hu
Wed, 21 Jul 1999 01:08:15 +0200
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