CorvetteKing
New member
The first table is the same as this with a different class name of course.
using css i used (div class="") when i preview in IE the first table looks great but the second will not accept it, how do i fix this?
.maininfo{border:1px solid black; background-color:gray; color:black;
font-family:"Georgia"; margin-left:2px; padding:0px; text-decoration:none;float:left;width:550px}
<div class="maininfo">
<table summary="data">
<tr><th colspan="3"style="text-align:center"> my data </style></th></tr>
<tr><td>picture</td><td>name and description</td><td>Javascript</td>
</tr>
</table>
</div>
Thanks in advance, if i'm doing it way wrong please explain i'm still very new to building sites!
I'm sorry i wasn't clear enough about my question, in the html-kit browser everything comes up correctly, but when i open it in IE it shows without the styling...
using css i used (div class="") when i preview in IE the first table looks great but the second will not accept it, how do i fix this?
.maininfo{border:1px solid black; background-color:gray; color:black;
font-family:"Georgia"; margin-left:2px; padding:0px; text-decoration:none;float:left;width:550px}
<div class="maininfo">
<table summary="data">
<tr><th colspan="3"style="text-align:center"> my data </style></th></tr>
<tr><td>picture</td><td>name and description</td><td>Javascript</td>
</tr>
</table>
</div>
Thanks in advance, if i'm doing it way wrong please explain i'm still very new to building sites!
I'm sorry i wasn't clear enough about my question, in the html-kit browser everything comes up correctly, but when i open it in IE it shows without the styling...