runnerjp Posted September 1, 2006 Share Posted September 1, 2006 hey hey oki need to get this <?php ssi_recentTopics(); ?> into sum sorta scroll box or summats...problem is when inserted into a javascript scroll box it makes the php script not work any ideas for its to much info to add into such a small space Quote Link to comment Share on other sites More sharing options...
trq Posted September 1, 2006 Share Posted September 1, 2006 Post the code you have tried. Quote Link to comment Share on other sites More sharing options...
runnerjp Posted September 1, 2006 Author Share Posted September 1, 2006 <textarea rows='10' cols='20'><?php ssi_recentTopics(); ?></textarea> Quote Link to comment Share on other sites More sharing options...
trq Posted September 1, 2006 Share Posted September 1, 2006 That should work fine. Can we see the ssi_recentTopics function? Quote Link to comment Share on other sites More sharing options...
runnerjp Posted September 1, 2006 Author Share Posted September 1, 2006 yer sure...the outcome can be found here [url=http://www.runnerselite.com]www.runnerselite.com[/url]it should be bringin back the most recent topics within my forum Quote Link to comment Share on other sites More sharing options...
trq Posted September 1, 2006 Share Posted September 1, 2006 That is to be expected.[quote]i need to get this <?php ssi_recentTopics(); ?> into sum sorta scroll box or summats.[/quote]You need to put this into a <div>. Moving the topic to somewhere more appropriate. Quote Link to comment Share on other sites More sharing options...
runnerjp Posted September 1, 2006 Author Share Posted September 1, 2006 do u mean like this[code]<textarea rows='10' cols='50'><div><?php require("forum/SSI.php"); ssi_recenttopics(); ?></div></textarea>[/code] Quote Link to comment Share on other sites More sharing options...
AndyB Posted September 1, 2006 Share Posted September 1, 2006 No. Now that you've explained the problem, the solution is exactly as detailed at http://www.htmlite.com/faq015.php - how to make a scrollable div Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.