Quote:
Originally Posted by The Realist
<div style="height:125px; width:100%; overflow:auto;"> you say above?
Do you mean before?
My line looks like:
$welcomeblock
<td class="alt1" width="40%" valign="top">$arcadenews</td>
</tr>
</table></td>
Laters
|
I am runing 3.0.7 and inserted it as follows:
PHP Code:
$welcomeblock
</td>
<td class="alt1" width="40%" valign="top">
<div style="height:125px; width:100%; overflow:auto;">
$arcadenews
</td>
</tr>
</table></td>
Note that I added a
</td> just below
$welcomeblock And moved the
</td> from the end of the mod line to below the $arcadenews.
I don't have the catagory mod, so I skipped that part and went directly to modding arcade.php (I set mine to DESC LIMIT 48)... I had to change the mod slightly 'cause the original one caused the frames that the scroll bar was in to triple in size.
Thanks for the mod - I've been wanting to do that but did not know how! Hope I didn't step on any toes by changing mine a bit... (php newbie here)