A simple HTML Question

Status
Not open for further replies.

Hobbit

Baseband Member
Messages
27
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>
 
try going to tools > internet options> programs>html editor>notepad/wordpad/microsoftword or wat the options are
 
I need the hTML code not the way to edit the file. Actually drag and drop works to, just open notepad.

LOL thanks though.
 
<center><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></center>

That's what I got. Hope that helps.
 
Status
Not open for further replies.
Back
Top Bottom