TOC PREV NEXT INDEX

Put your logo here!


border


border gets/sets the border width.

Syntax

table.border = width 
width = table.border 

Parameters

width is a string representing the width in pixels.

Example

mytable.border="2"; 

Notes

This attribute is deprecated in HTML 4.0.

Specification

border


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX