Plogger Support Forum - How to add Random images in Horizontal? Thu, 28 Mar 2024 16:04:28 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 How to add Random images in Horizontal? http://www.plogger.org/forum/comments.php?DiscussionID=2992&Focus=11927#Comment_11927 http://www.plogger.org/forum/comments.php?DiscussionID=2992&Focus=11927#Comment_11927 Mon, 14 Dec 2009 12:54:10 +0000 sidtheduck
It's all based on CSS. The Random Images plugin returns an unordered list of objects, so to make it horizontal you need to make your list-style: none and float: left the <li> components (most likely with a fixed width).]]>
How to add Random images in Horizontal? http://www.plogger.org/forum/comments.php?DiscussionID=2992&Focus=13858#Comment_13858 http://www.plogger.org/forum/comments.php?DiscussionID=2992&Focus=13858#Comment_13858 Thu, 28 Jul 2011 09:41:30 +0000 djkunect How to add Random images in Horizontal? http://www.plogger.org/forum/comments.php?DiscussionID=2992&Focus=14318#Comment_14318 http://www.plogger.org/forum/comments.php?DiscussionID=2992&Focus=14318#Comment_14318 Sat, 07 Jan 2012 11:12:04 +0000 dev0005 -------------------------------------------
original line #65 is:
-------------------------------------------
<a href="<?php echo generate_url('picture', $id); ?>" title="<?php echo addcslashes($cap_or_name, '"') ?>"><img class="random-images-thumbnail" src="<?php echo generate_thumb($path, $id); ?>" alt="<?php echo $name ?>" /></a><br/>
-----------------------------------------------------------------------
find this line and remove <br/> from the end of line :
-----------------------------------------------------------------------
Enjoy]]>
How to add Random images in Horizontal? http://www.plogger.org/forum/comments.php?DiscussionID=2992&Focus=14383#Comment_14383 http://www.plogger.org/forum/comments.php?DiscussionID=2992&Focus=14383#Comment_14383 Mon, 08 Dec 2014 09:07:46 +0000 waqaspuri