View Single Post
Old 01-07-2005, 05:14 PM   #1 (permalink)
Hobbit
 
Newb Techie

Join Date: Nov 2004

Posts: 27

Hobbit

Send a message via Yahoo to Hobbit
Default A simple HTML Question

HTML is not my area of expertese I just using it for internal information. We use Mozilla and Explorer and the simple table needs to be centered in both browsers, I can get it to work in Mozilla but not explorer. Does anyone know the HTML?:

<table
style="width: 20%; background-color: rgb(0, 102, 0); text-align: left; margin-left: auto; margin-right: auto;"
border="1" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;">Large Government
Agancy, CIA, NSA, Secret Service. </td>
<td style="vertical-align: top; text-align: justify;"><span
style="font-weight: bold;">Custom Security</span>


</td>
</tr>
</tbody>
</table>
<table
style="width: 30%; background-color: rgb(51, 255, 51); text-align: left; margin-left: auto; margin-right: auto;"
border="1" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;"><span style="font-weight: bold;">Government
Agency, FBI, Elete Police, </span>

</td>
<td style="vertical-align: top;"><span
style="font-weight: bold;">Custom Security, mixed with Standard
Corporate Security.</span>
</td>
</tr>
</tbody>
Hobbit is offline