Quote:
Originally Posted by westpointer
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.
|
Hello,
Great, I removed the 2 <br>'s and looks better.
Thank You,
Nuguru