Latest Forum Posts
Home arrow Forum
Design Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom Post Reply Favoured: 0
TOPIC: More Images Vertical

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#52
Karl (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
More Images Vertical 4 Years, 8 Months ago  
Hi Mark,
Thank you for this great mod. I have a quick question is it possible to get the more images to be displayed vertically? as an example on your site you have the product page for the camera with the smaller images next to each other (horizontally) i would like to stack them on top of each other next to the main image (vertically) can this be done?

Many Thanks

Karl
 
  The administrator has disabled public write access.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#53
macallf (Admin)
Administrator
Admin
Posts: 655
graph
User Online Now Click here to see the profile of this user
Re:More Images Vertical 4 Years, 8 Months ago  
Just wrap the more images tag in a table cell or a complete table and set the width to your thumbnails width e.g.

Code: :

 <table>   <tr>     <td  width="45px" align="center">       {more_images}     </td>   </tr> </table>



This will fore the thumbnails to be vertical, obviously you can apply formatting to the table cell to do more formatting of each cell.

Mark

Post edited by: macallf, at: 2007/05/25 14:08
 
 
Mark
  The administrator has disabled public write access.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653

Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
#54
Karl (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:More Images Vertical 4 Years, 8 Months ago  
Thanks Mark that did the trick

Regards

Karl

Post edited by: Karl, at: 2007/05/25 14:29
 
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop