English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
0

I have created a web template using tables and applied bgcolor to first row of the table. I can't see the bgcolor when I preview and print the template.

please help me to solve this problem.

2006-07-31 15:23:49 · 5 answers · asked by Anonymous in Computers & Internet Programming & Design

5 answers

you may have to tell your browser to print backgrounds.

if you're using IE (internet explorer), go to the "tools" menu at the top and choose "internet options". then click the "advance" tab. scroll down to the printing section and check the box for "print background colors and images". then click "apply" at the bottom of the box and "ok" and give printing another try!

2006-07-31 15:34:40 · answer #1 · answered by eric melkerson 2 · 0 0

Apply the background color to the individual cells of the first row instead. Then they will show up on all browsers and print

2006-07-31 22:36:48 · answer #2 · answered by dewcoons 7 · 0 0

I'd do what the other poster suggested, use CSS. Put this somewhere in your HTML file:



This is a *very* simple example of what CSS can do. You can change the color to most keywords that you'd expect, or use a hex value for more precise control.

2006-07-31 22:38:30 · answer #3 · answered by Anonymous · 0 0

Background colors in table rows are no longer supported on many browsers. Use CSS to color your tables.

2006-07-31 22:28:38 · answer #4 · answered by Interested Dude 7 · 0 0

to do different colors by row you need to use CSS:


...

2006-07-31 23:28:22 · answer #5 · answered by John J 6 · 0 0

fedest.com, questions and answers