Currently I am using containers in my Gallery page: http://www.bmac.exofire.net/gallery.php , to seperate the images.
As you can see I have two sizes of images I will be using.
I have been experimenting and failed miserably by converting the list ways in the nav links bar at the top of the page into one that takes images and lays them out like in the current gallery.
Is there a way I could have CSS so a list of images appears like the current gallery?
i.e. I want to be able to use and produce the layout in the current gallery.
<ul id=images>
<li id=half><IMG ...></li>
<li id=full><IMG ...></li>
</ul>
Thanks
As you can see I have two sizes of images I will be using.
I have been experimenting and failed miserably by converting the list ways in the nav links bar at the top of the page into one that takes images and lays them out like in the current gallery.
Is there a way I could have CSS so a list of images appears like the current gallery?
i.e. I want to be able to use and produce the layout in the current gallery.
<ul id=images>
<li id=half><IMG ...></li>
<li id=full><IMG ...></li>
</ul>
Thanks