TOC PREV NEXT INDEX

domref



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


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX