tablewidth = 75 .. 100 (percent)
The tablewidth command is used to set the width of the outer TABLE that contains both the board and the game. The width is a percentage of the width of the screen itself. So a setting of tablewidth = 90 means 90% of the width of the screen. This would look like this: ![]() ![]() If you wish to, you can control the width of the outer table by using a tablewidth value of 0, and then applying a width property to the CSS class .pgob, which is Palview's Outer Border class. Here you could add the property width: 90%; to the class in the CSS file. But be forewarned! Netscape 4 does not understand a percentage width value in a CSS class attached to an Html TABLE. |