Help with Design
-
I have migrated my site from Blogger to WordPress yesterday. I have managed to get almost everything working. The only problem I have left is when I have more than one post on the same day.
I have added the post category in front of the post title and therefore had to make the UL and LI items to be inline:
.h2title ul {
display: inline;
margin: 0;
padding: 0;
list-style: none;
}
.h2title li {
display: inline;
MARGIN-LEFT: 10px;
}
When I have more than one entry, there is only one return after the end of each entry. I would to see two returns so that there would be a blank line between each item. Here is a link to my Weblog so you can see what I mean:
https://nayana.urlq.net/index.php?m=20030123
If you have any idea on how I can correct this, I would be glad to hear them. The CSS is at the top of the HTML page.
Thanks in advance.
- The topic ‘Help with Design’ is closed to new replies.