Moblog Archive Works as Intended.

At work today I got my Moblog to work the way I had intended it to. I
wanted to get it to make a page that would display all of the images in a big
block. So they would look like they were in a table. After much tinkering, a
post to the MT Forum and asking my brother, I have finally done it. In the end
I had to make a page that shows all the entries for the author “moblo” (my
phone). All the entries are enclose in a UL tag and each entry body is a list
item (LI), each of the entry bodies is also a link to it’s individual archive.
Using the tutorial here, I have made my stylesheet tell the browser to display
the UL as a continuos list with no spacing between the items. The stylesheet
also defines any image tag (IMG) within the unordered list (UL) to not have a
border or any spacing around it. If that made no sense, don’t worry, I’m not
sure I understand it.

Comments are closed.