CyberRanger |
09-06-2006 01:38 PM |
Quote:
Originally Posted by Nuguru
Hello Westpointer,
Any luck on how this space can be adjusted? It's just a space, come on, throw me a bone here. It looks horrible.
|
Well, it is simple! I really need to get in here and clean up my code some. For now, to fix this until I can release a full update, do this:
In abouttoday.php
FIND (around line 1748):
PHP Code:
$dmain .= "<br /><br /><table width=\"".$stylevar['tablewidth']."\"> <tr align=\"center\"> <td class=\"thead\" width=\"100%\">".$dl->titlerss."</td></tr></table>";
REPLACE with (remove the breaks):
PHP Code:
$dmain .= "<table width=\"".$stylevar['tablewidth']."\"> <tr align=\"center\"> <td class=\"thead\" width=\"100%\">".$dl->titlerss."</td></tr></table>";
I should have all this in templates and will in the next version.
|