PDA

View Full Version : Show pictures on several pages


choia
03-01-2009, 10:19 PM
I would like to present pictures on three three different pages like the image_template, where pictures of specific categories can be seen.
E.g.:
Pictures: 2009 / 2008 / 2007 / 2006
Drawing: colored / black&white
Others: ...


I know that new pages are static and I can't use template tags there. But is there a way to realize that? (I'm also aware of the fact that pixelpost wasn't created for such purposes like this gallery for an artist, but I'm still hoping ...)

And I wonder why a:active is not working.

#navigation {
padding-top:10px;
padding-bottom:10px;
height:10px;
width:900px;
border-top:20px solid #fff;
}

.menu {
float: left;
clear: left;
text-align:left;
font-size:14px;
font-weight:bold;
}

.menu a {
padding-left:5px;
padding-right:20px;
text-decoration:none;
color:#000;
}

.menu a:hover {
color:#ccc;
}

.menu a:active {
color:#ccc;
}

The site can be seen here: www.dominikmeyer.com/pp/. I'm using the latest version of pixelpost and these two these addons: GeoS Show Category ADDON and MiniCMS.

choia
03-04-2009, 02:53 PM
I found another solution.