//flex table opened by JP

Click to See Complete Forum and Search --> : background images on web pabes help.....


pettreck
04-10-2000, 10:05 PM
I am trying to place a background image on a
web page and having no luck in Internet
Explorer. Have tried layers, tables, and
style sheets. Everthing works in Netscape,
but nothing appears to work in Internet
Explorer.

Help?

You can e-mail me a pettreck@home.com

Thank you

Pettreck

OuTpaTienT
04-10-2000, 10:36 PM
The background image needs to be defined in the "body" statement. Like so


<BODY TEXT="#FF6666" BGCOLOR="#000000" LINK="#3366FF" VLINK="#000099" ALINK="#FF0000" BACKGROUND="txtr.gif">

CujoRbd
04-11-2000, 07:48 AM
yes, what outpatient said shall work. it is the correct way to do it.

but do make sure that you indicate where exactly the background picture is located. (i.e. if it is in the same internet "folder", then just type the file name in. but if it is in a different one, then be sure to indicate that in the "<body>" tag.)

hope i could help


CujoRbd