New blog, new theme
So, after much work, I’ve completed a good amount of the new theme. It’s up and running over at my other blog. I would appreciate it if anyone would check it out and see how it’s working on their browsers etc. I’ve tested it on Firefox 2.0.1, Internet Explorer 6 and Opera 9.02.
One thing that is bugging me, is that everything is working fine in IE6 for once, except that it’s picking up new lines as spaces. I think that is the only way I can explain it. I managed to fix a lot of it in the sidebar by setting my lists like so:
<ul><li>Something</li><li>Something else</li></ul>
Rather than:
<ul>
<li>Something</li>
<li>Something else</li>
</ul>
…like I usually would to keep everything in order. But unfortunately, since I’m using the WordPress wp_list_cats and wp_get_archives (yes, still haven’t updated to 2.1), it’s picking up new lines. The same thing is happening with Login etc. Not sure how I will go about fixing this so that there isn’t a huge gap underneath sidebar links, but perhaps plugins if I can find some that will cooperate. So far, I’ve only found one for recent posts, that cooperated. Anyone have any suggestions?
So, the theme is up and ready. I’ll probably fix some more styling and I’m still yet to validate which I’m about to do. Anyway, head over and check it out. It’s a bit different from the original “teaser” I posted.