Jump to content

Too many pagination results?


Mr Chris

Recommended Posts

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=Submit

I’ve also tried it in a DIV, but that stretches the page as well?

Any suggestions?

Thanks

Chris
Link to comment
https://forums.phpfreaks.com/topic/33383-too-many-pagination-results/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.