About Diane Connell Expertise I have working functional knowledge of programs revolving around graphic and web design. Daily, I work on these programs (Photoshop, Illustrator, Streamline, Dreamweaver).
Experience Over 3 years experience working with HTML. Also, I have experience and knowledge in Dreamweaver, HTML coding, Frontpage, Some Fireworks, Notetab (editor) and Photoshop
Question I want to include a colored background and also a background with a .gif. Here are my tags
<body bgcolor="yellow" Text="blue">
<body background="tracks_grey.gif">
My web page picks up the .gif but not the color. If I delete the .gif tag then I get the colored background. Can't I have both?
Answer Hello Kathy,
Sounds like this may solve the problem. First off, did you create your gif with a transparent background? If not, you will need to do that.
The gif is laying on top of your background color and that is way you are unable to see it. The background is being obscured by the color of your gif. If you have tried this and it doesn't work, please let me know.