Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 01-07-2005, 05:14 PM   #1 (permalink)
 
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  
Old 01-07-2005, 05:28 PM   #2 (permalink)
 
Newb Techie

Join Date: Nov 2004

Posts: 21

rootbeeris

Default

try going to tools > internet options> programs>html editor>notepad/wordpad/microsoftword or wat the options are
rootbeeris is offline  
Old 01-07-2005, 05:30 PM   #3 (permalink)
 
Super Techie

Join Date: Feb 2004

Posts: 416

chog

Send a message via AIM to chog
Default

try using the center tags
chog is offline  
Old 01-07-2005, 05:32 PM   #4 (permalink)
 
Newb Techie

Join Date: Nov 2004

Posts: 27

Hobbit

Send a message via Yahoo to Hobbit
Default

I need the hTML code not the way to edit the file. Actually drag and drop works to, just open notepad.

LOL thanks though.
Hobbit is offline  
Old 02-05-2005, 01:25 AM   #5 (permalink)
 
Newb Techie

Join Date: Dec 2004

Posts: 45

rythemposition

Send a message via AIM to rythemposition
Default

align=center
__________________
<img src=http://i2.photobucket.com/albums/y30/agt220/sig2.jpg>
rythemposition is offline  
Old 02-05-2005, 02:45 AM   #6 (permalink)
 
Monster Techie

Join Date: May 2004

Location: Tucson, AZ, USA

Posts: 1,183

Vormund

Send a message via AIM to Vormund Send a message via MSN to Vormund Send a message via Yahoo to Vormund
Default

Yeah...just add: align="center" somewhere in the <table> tag...!
__________________
Vormund is offline  
Old 02-06-2005, 10:18 PM   #7 (permalink)
 
Newb Techie

Join Date: Dec 2004

Posts: 22

sixpacgenius

Send a message via AIM to sixpacgenius Send a message via Yahoo to sixpacgenius
Default

try
<center> </center>
sixpacgenius is offline  
Old 02-07-2005, 10:38 AM   #8 (permalink)
 
True Techie

Join Date: Jul 2004

Posts: 235

crazybeans

Default

<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.
__________________
Come visit a new technology and digital image arena website where you may compete in monthly image contests and chat about technology. t3ch.l33t is currently searching for members to help manage different areas of the site. t3ch.l33t Image Arena Home

http://img.photobucket.com/albums/v3...ch_l33tsig.jpg
crazybeans is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On