Microsoft KB Archive/190256: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 45: Line 45:
== SUMMARY ==
== SUMMARY ==


By default, borders are not displayed for cells that do not have content. To show table borders for all cells in DHTML Page Designer, set the Rules property for the Table object equal to "all."
By default, borders are not displayed for cells that do not have content. To show table borders for all cells in DHTML Page Designer, set the Rules property for the Table object equal to "all."


</div>
</div>
Line 52: Line 52:
== MORE INFORMATION ==
== MORE INFORMATION ==


At run-time, borders are not displayed for empty cells. At design-time, borders are displayed for all cells. To display borders for all cells, you can change the value of the Rules property of the table to &quot;all.&quot; Click on the table and modify the Rules property value to &quot;all.&quot;
At run-time, borders are not displayed for empty cells. At design-time, borders are displayed for all cells. To display borders for all cells, you can change the value of the Rules property of the table to "all." Click on the table and modify the Rules property value to "all."


</div>
</div>

Latest revision as of 12:41, 21 July 2020

Knowledge Base


How To Show Table Borders for All Cells in DHTML Page Designer

Article ID: 190256

Article Last Modified on 9/7/2004



APPLIES TO

  • Microsoft Visual Basic 6.0 Professional Edition
  • Microsoft Visual Basic 6.0 Enterprise Edition



This article was previously published under Q190256

SUMMARY

By default, borders are not displayed for cells that do not have content. To show table borders for all cells in DHTML Page Designer, set the Rules property for the Table object equal to "all."

MORE INFORMATION

At run-time, borders are not displayed for empty cells. At design-time, borders are displayed for all cells. To display borders for all cells, you can change the value of the Rules property of the table to "all." Click on the table and modify the Rules property value to "all."

REFERENCES

Please see the following Microsoft Knowledge Base article for more information on the DHTML Page Designer:

190249 INFO: VB 6.0 Readme Part 9: DHTML Page Designer Issues


Keywords: kbhowto kbpagedesigner kbdhtml KB190256