where do I set the width of the main table? (or edit it in general..?).. I've only found out how to edit navigation, header and footer
edit it in the sytlesheets.
what line? I have been looking for it, but I can't find it..
a little late, but...
In my copy widths are set in themes/themename/tables.php
In my case, I set a background color to something obvious, and then tried different widths... Once I got the width right, remove the background color
// centered full size $table2 = "\r\n\t\t<!-- Start Inner Table 2 top nav -->"; $table2 .= "\r\n\t\t<table border=\"0\" bgcolor=red cellspacing=\"0\" cellpadding=\"0\" "; $table2 .= "align=\"center\" width=\"100%\">\r\n";
Log in to post a comment.
where do I set the width of the main table? (or edit it in general..?).. I've only found out how to edit navigation, header and footer
edit it in the sytlesheets.
what line? I have been looking for it, but I can't find it..
a little late, but...
In my copy widths are set in
themes/themename/tables.php
In my case, I set a background color to something obvious, and then tried different widths... Once I got the width right, remove the background color
// centered full size
$table2 = "\r\n\t\t<!-- Start Inner Table 2 top nav -->";
$table2 .= "\r\n\t\t<table border=\"0\" bgcolor=red cellspacing=\"0\" cellpadding=\"0\" ";
$table2 .= "align=\"center\" width=\"100%\">\r\n";