Archive for the 'wordpress' Category

Of Themes & Frustrations

May 17th, 2008

My current theme doesn’t load properly in IE7. Now, I don’t use IE7 and don’t recommend that anyone use IE7, but I also don’t want to have people visiting my site and seeing it look like crap just because they are using a dumb browser that isn’t standards compliant.
So I’m on the search, for either [...]

New - Old Look and the Aesthetics of Blogging

May 3rd, 2008

Recently, I’d done a major change to the look of LtL:

And I liked it, I really did. I was proud of the background and how it integrated with the header image, and I liked the header image too - the colors really pop and provide a cold luminescence that is both bright but also gives [...]

Safari & Wordpress, Not Playing Well Together

January 17th, 2008

So it seems that whenever I try to edit static pages with Safari, all the formatting gets messed up. I was at my wits end trying to figure out what was going on until I thought to myself, “Self,” I thought, “Maybe you should try another browser, just on the off-chance that somehow it’s [...]

GRRR!! Can’t get the bullets removed from my pages list!

July 15th, 2007

If anyone can make a suggestions, I would hugely appreciate it. Here’s what I think is the necessary code:
From the CSS:
/*** NavBar Format ***/
#Nav {
margin-top: 8px;
padding: 0;
list-style: inline;
float: right;
font-family: Calibri, Verdana, Trebuchet, Arial, Sans-Serif;
font-size: 14px;
margin-right: 12px;
}
#Nav li {
float: left;
color: #fff;
}
#Nav li.first a{
color: #fff;
text-decoration: none;
}
#Nav a {
float: right;
padding: 0 5px 0 5px;
text-align: center;
line-height: 30px;
text-decoration: none;
color: #fff;
width: [...]