![]() |
|
latest images horizontal? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: latest images horizontal? (/thread-6195.html) |
latest images horizontal? - rlp2009 - 2009-11-26 It´s possible to print the latest images horizontally and not vertically? Thanks in advance. latest images horizontal? - acrylian - 2009-11-26 Sure, you can display any html list inline. Set the css of the latest images latest images horizontal? - rlp2009 - 2009-11-26 thanks acrylian Sorry, and where is the css of the latest images ul located? latest images horizontal? - acrylian - 2009-11-26 There is no default one. You have to create it yourself. Each statistics function get a classid attached automatically ("latestimages" should be the one, see the doc). latest images horizontal? - rlp2009 - 2009-11-26 ok, Sorry, im slow... latest images horizontal? - acrylian - 2009-11-26 You can do that but you just can add the needed defines to the theme's css file. latest images horizontal? - rlp2009 - 2009-11-26 Thanks again acrylian the div containing the latest images is called "latest" ul.latest li { and doesn´t work i´m in the wrong way? latest images horizontal? - acrylian - 2009-11-26 Well, you also need to look at the source generate (I don't remember every detail of every function). `
The surrounding div may look unnecessary and mostly it is probably but it gives some possibilities for CSS styling if needed (And you don't want to make your own function using the "get" ones). |