developer sign in
where » create » reference » attributes » bordercolor

bordercolor


A style attribute defining the border color of the cell surrounding an element if and only if the border attribute is set to "1".

Details

  • If the bordercolor is not defined, the default value of "0x000000" is used.
  • To turn bordercolor off, even if border is set to "1", use the "none" value.
  • As a style attribute, the bordercolor value cascades to child elements.
  • Valid values are "0x00000" through "0xFFFFFF".

Example

<pr>
  <text border="1" bordercolor="0xFF0000">Some text with a red border around it</text>
</pr>

<pr>
  <input type="button" value="Button with blue border" border="1"
    bordercolor="0x0000FF"onSelect="doSomething()" />
</pr>
terms of use | privacy policy | about | FAQ | blog | jobs | contact us
For 24/7 support email support@where.com or call 888-262-1150
WHERE™ is a product from uLocate Communications, Inc. ©2007 All Rights Reserved.