Sejer Posted July 14, 2011 Share Posted July 14, 2011 Hallo. How do I get this slider to be beside each other instead they are over each other <center> <?php if(function_exists('rslider')){ rslider(1); rslider(2); } ?></center> Link to comment https://forums.phpfreaks.com/topic/241962-help/ Share on other sites More sharing options...
Adam Posted July 14, 2011 Share Posted July 14, 2011 Putting the function call on the same line won't do the trick. We need to see the code behind rslider() to provide any kind of useful information... Link to comment https://forums.phpfreaks.com/topic/241962-help/#findComment-1242596 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.