alaios
07-22-2004, 03:39 AM
Hi i have the following css file
table.basic3, tr.basic3, td.basic3, th.basic3{
border-collapse: collapse;
border-spacing: none;
border: 1px solid #000000;
}
and the followin code in my html file
<table width="93%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="pictures/knowledge.jpg" bgcolor="#FFFFFF" class="basic3"><p align="center">
<img src="pictures/bulb.gif" width="22" height="22" align="middle"></p><p></p></td>
</tr>
..etc
The problem is that the border appears correctly when i view it from dreamweaver mx and from any internet explorer in my local network... When uploaded all the files (which i checke it twice) the borders don't appear...... I don;t know why.... The web server is apache... Plz help me.... I have tried still everything
table.basic3, tr.basic3, td.basic3, th.basic3{
border-collapse: collapse;
border-spacing: none;
border: 1px solid #000000;
}
and the followin code in my html file
<table width="93%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="pictures/knowledge.jpg" bgcolor="#FFFFFF" class="basic3"><p align="center">
<img src="pictures/bulb.gif" width="22" height="22" align="middle"></p><p></p></td>
</tr>
..etc
The problem is that the border appears correctly when i view it from dreamweaver mx and from any internet explorer in my local network... When uploaded all the files (which i checke it twice) the borders don't appear...... I don;t know why.... The web server is apache... Plz help me.... I have tried still everything