困惑:为什么vs2005中htmlTable的属性框中没有bgcolor,bordercolor属性?
htmlTable属性框中找不到,我就尝试在代码中加:
<table style="z-index: 100; left: 192px; width: 414px; position: absolute; top: 0px; height: 234px;" border="1" cellpadding="0" cellspacing="0" bordercolor=...>
但是上述代码一输入bordercolor,vs2005就报错:属性bordercolor不是元素Table的有效属性。
那么该如何给htmlTable增加bgcolor和borercolor属性呢?