Having a problem where the spacing of the years in my archive aren't all the same.
The first two are fine, but then as you look down, it increases, then the last two are fine again. How can I fix this? Here's some code :
<style type="text/css">
ul {
/* These are lists which will have bullet points unless we remove them like this */
list-style-type: none;
}
li {
/* These are the individual list items--the years, the months, the links. We want them to have some space between them to look nicer, and we can do that using margin. */
margin-top: 10px;
margin-bottom: 10px;
}
button {
/* Buttons have borders and backgrounds by default, let's remove those */
If you want to fix a picture you can use any image editor. If you want to fix a page, you’ll need to post a demo. It’s obvious that something is showing up that shouldn’t be.
Posting images is not helpful without the HTML used to create it.
Ok problem solved. Here's what I did. I went and looked at the end code of the years that were affected. I took out only one </ul> and </li> from them. That fixed things up.
"I can only show you the door. You're the one that has to walk through it." ~ Morpheus The Matrix
Leave a comment on Ladan's reply
Change topic type
Link this topic
Provide the permalink of a topic that is related to this topic