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

colspan


The colspan attribute explicitly informs a display element to occupy a certain of columns in the page.

Details

  • This attribute is only valid in display elements.
  • For best page display, make the number of columns in every <pr> equal. This can be done be setting the colspan attribute of an element to force it to occupy more than one column.

Example

<pr>
  <input type="button" value="On" onSelect="turnOn()" />
  <input type="button" value="Off" onSelect="turnOff()" />
</pr>
<pr>
  <text colspan="2">Please make a selection</text>
</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.