Why it looks the way it does! Blaaaahhhhh!!!!!

As you a probably noticing, the graphic at the top has changed and yes it is split down the middle. I figured this out after I finished making the dang thing in photoshop. What I failed to remember is that this stupid blog heading is split, right down the middle. So I opened the css style sheet to correct the problem and I realized the author had made it very easy for me. All I needed to do was to remove the code below.

img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
}
 
img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
}
 
.alignright {
        float: right;
}
 
.alignleft {
        float: left;
}

 

After that the webpage, or blog, worked fine. So why may you ask is the header split in two still. Well I am glad you asked; the wordpress will not allow you to save different css style sheets without first purchasing the dang thing. [screams to himself in frustration] 

~ by kyleswalker on January 15, 2009.

Leave a Reply