kenop
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2.0.3 & Blogger importHi all. I’m having the same headaches when it comes to importing files from Blogger.
I did manage to get to 75% finally after trying DOZENS of times, and even the 75% it brought over was maybe 30% skipped.
My question is, since it’s already published to blogspot using the required WP special template formatting.. ie:
<wordpresspost>7/30/2004 04:25:03 PM|W|P|blogname|W|P|titleofpostBlahblahblah blah blah blah post content blah blah.
Can I somehow dump each month’s worth of formatted posts into a text file and direct WP to import directly from that?
Forum: Themes and Templates
In reply to: Removing Underline from Sidebar LinksHi Kalvin37.
I have looked at the CSS (Stylesheet) page on your site, and found the section of that file that defines what your sidebar links look like. Strange thing is, it seems as though the code is correct and should be showing no underlines for these links.
Here’s the snippet of code so that someone else here may be able to pinpoint the problem faster:
.side1 ul ul li a {
display: block;
margin: 0px;
padding: 4px 0px 0px;
width: 190px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #2f5587;
text-decoration: none;
}
.side1 ul ul li a:hover {
padding: 4px 0px 0px;
background-image: url(images/icon-li.gif);
background-repeat: no-repeat;
background-position: 17px;
height: 17px;
text-indent: 27px;
width: 190px;
background-color: #FFFFFF;
color: #cc3300;
text-decoration: none;
}