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.
Answers
feynman_rocks
On 2006-07-31 19:38:30
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.
interested dude
On 2006-07-31 19:28:38
Background colors in table rows are no longer supported on many browsers. Use CSS to color your tables.
dewcoons
On 2006-07-31 19:36:48
Apply the background color to the individual cells of the first row instead. Then they will show up on all browsers and print
John J
On 2006-07-31 20:28:22
to do different colors by row you need to use CSS:
...
m
On 2006-07-31 19:34:40
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!
Answers
feynman_rocks
On 2006-07-31 19:38:30
interested dude
On 2006-07-31 19:28:38
dewcoons
On 2006-07-31 19:36:48
John J
On 2006-07-31 20:28:22
m
On 2006-07-31 19:34:40