Topic: Different categories within an ifram
Hello there, first time poster here :3
I'm having some trouble and hopefully somebody here can help.
On my index page I have my news being displayed through an iframe to dodge pagination and have a box that scrolls.
This is the code:
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'><iframe id="content" name="content" style='width: 498px; height: 1200px;' allowtransparency="yes" frameborder="0" src="CuteNews/show_news.php"></iframe></div>
My problem is that I cannot for the life of me figure out how to display individual categories within the iframe for other pages.
Any help would be appreciated.