Javascript Reference
Categories: TBODY

javascript TBODY align

@March 15, 2008, 1:22 a.m.
alignFirefox/Netscape/NN 6 IE 4 Chrome/Safari/DOM 1  

Read/Write  

Defines the horizontal alignment of content within all cells contained by the tbody element.

 
Example
 
document.getElementById("myTbody").align = "center";
 
Value

One of the three horizontal alignment string constants: center | left | right.

 
Default

left


Powered by Linode.