Quote:
how can i get this to span the width of an entire table, is there a way to specify the width of this?[
|
I'm not sure I understand your question exactly, but if you just want the width of the whole table to span the page, look for this section in the last10config.php file:
$tw = "100%"; // width of the table that shows the info, in either a percent ( e.g. 95% ) or in pixels ( e.g. 300 ). leave blank if you want the table to be sized naturally
And just change the pixel number to 100% there.