PDA

View Full Version : Align category list question.


Tom K
01-03-2008, 05:44 AM
How do I align the category list to the left of the thumbnails on this page? The current layout is not good. The thumbnails are located below the list. If I could relocate the list to the left of the thumbnails....bringing the thumbnails up on the page I would be thrilled.

http://www.tomkaszuba.com/index.php?x=browse&pagenum=1

Thank you very much.

-Tom K.

Dennis
01-03-2008, 12:18 PM
As this is a design question I'm moving this thread.

dakwegmo
01-03-2008, 04:51 PM
You can apply CSS to the Unordered List tag. Or if that would effect other lists in your design, you can put the list in a container and style the container.

For example,
<div style="float: left;">
<TAG_LINKS_AS_LIST_PAGED>
</div>