Mr Chris Posted January 8, 2007 Share Posted January 8, 2007 Hi,Withing my Pagination page I want the results to stay in a table:Now I thought this would force it to:[code=php:0]echo '<table width="300"><tr><td><'.$previouslink;if ($nextlink != '') echo ' - ';echo $nextlink.'<br/>'.$pagelinks.'</td></tr></table>'."\n";[/code]But as you can see it does not:http://www.greenocktelegraph.co.uk/gtele/search/results.php?section=sport&searchstring=greenock&Submit=SubmitI’ve also tried it in a DIV, but that stretches the page as well?Any suggestions?ThanksChris Link to comment https://forums.phpfreaks.com/topic/33383-too-many-pagination-results/ Share on other sites More sharing options...
chronister Posted January 8, 2007 Share Posted January 8, 2007 Using Firefox 2.0 it looks fine to me.The pagination numbers are wrapped within the middle section of the page and the whole content area is centered.IE looks good too. No distortion of the page or stretching occurring that I can see. Link to comment https://forums.phpfreaks.com/topic/33383-too-many-pagination-results/#findComment-156141 Share on other sites More sharing options...
Eddyon Posted January 8, 2007 Share Posted January 8, 2007 Same for me, could you supply a screenshot pointing out your problem or something? Link to comment https://forums.phpfreaks.com/topic/33383-too-many-pagination-results/#findComment-156151 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.