My CSS code definition has the following definition for table rows
td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-align: justify;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
margin:0 auto
}
td.meet{
background-color: #00CCFF;
font-size: 9px;
padding: 5px;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: groove;
border-right-style: groove;
border-bottom-style: groove;
border-left-style: groove;
}
td width="75" valign="top" class="meet" >
Peter Feaman
Author
Wake Up! America
Read the interview with Peter
My problem is my image is having some of the color from the background of t his table definition is changing the actual color of the image as well. This can been seen at http://yourcomputerconsultant.net/wakeup/meet.php
I know this will turn out to be a simple problem with my css definiton. When I remove the class definion of meet the problem is resolved.
Why are you using a table at
Why are you using a table at all?
Why not just fix your
Why not just fix your transparent gif?
I'm new to CSS and didn't
I'm new to CSS and didn't know much about it at all when I started this project. This is my first time really trying to use CSS rather than inline html markup for this type of work. My next site I do will be my first attempt at tableless code. I've been moving up my learning curve and making amazon quite rich but am not there yet.
Thank you
Thank you I didn't realize that was the problem. You fixed it. I appreciate the help.