Quote:
Originally Posted by powerful_rogue
Hi, for some reason the "Challenge User" link at the bottom of the post is spreading all over the page.
You probably cant see it too well in the picture, but the line across the icons and under the workds in the post.
Any idea whats causing this and how to resolve it?
|
The installation instructions are wrong at one step. Where it says find:
PHP Code:
</table>
</div>
<!-- / post $post[postid] popup menu -->
You actually need to find:
PHP Code:
</table>
</div>
<table cellpadding="0" cellspacing="0" style="width:100%;">
<tr>
<td width="100%" height="3" bgcolor="#3B859F"></td>
</tr>
</table>
<!-- / post $post[postid] popup menu -->
And place the appropriate code above it.