View Single Post
  #2  
Unread 04-08-2008, 08:41 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

You just have too many uploads. Looks like part of the HTML code has been "lost". Currently it's:

Code:
<div style="margin-bottom:3px" align="right"><</div>
Should probably be

Code:
<div style="margin-bottom:3px" align="right">
	<table class="tborder" cellpadding="3" cellspacing="0" border="0">
		<tr>
			<td class="vbmenu_control" style="font-weight:normal">Page 1 of 2</td>	
			<td class="alt2"><span class="smallfont" title="Showing results 1 to 25 of 32"><strong>1</strong></span></td>
			<td class="alt1"><a class="smallfont" href="list.php?skinnerid=55671&page=2" title="Show results 26 to 32 of 32">2</a></td>
			<td class="alt1"><a class="smallfont" href="list.php?skinnerid=55671&page=2" title="Next Page - Results 26 to 32 of 32">&gt;</a></td>	
			<td class="vbmenu_control" title="list.php?skinnerid=55671&page=2"><a name="PageNav"></a></td>
		</tr>
	</table>
</div>
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote