Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

align table in middle of page

table#yourTable {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -(H/2)px -(W/2)px;
    width: Wpx;
    height: Hpx;
}
Source by www.granneman.com #
 
PREVIOUS NEXT
Tagged: #align #table #middle #page
ADD COMMENT
Topic
Name
5+1 =