Javascript Reference
Categories: TR

javascript TR 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 of the row.

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

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

 
Default

left


Powered by Linode.