Jump to content

[SOLVED] aligning table centered


Lefu

Recommended Posts

hi, I need to position this table centered

 

I declared my table like this <table align="center"  class = "layertbl"  >

but it does work on firefox but on IE it is aligned left.

please help. below is the style for the table.

===================

.layertbl {

    position:ralative;

    float: left;

    width : 800px;

    border : 1px 2px solid #000000;

    border-collapse: collapse;

    border-spacing:0px 0px;

    height : 100%;

    vertical-align:top;

 

 

}

 

========

 

Link to comment
https://forums.phpfreaks.com/topic/55761-solved-aligning-table-centered/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.