waynertrain
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sidebar loading incorrectly in IE6I am not very good with CSS and I can’t find the 2 errors left that the validator says still exist. Please someone tell me where to look. You can find the validator link below.
Forum: Fixing WordPress
In reply to: Sidebar loading incorrectly in IE6I’ve gone through and fixed the errors that the validator pointed out, but I’m still having the same problem.
I recently installed the sidebar widgets plug-in and was wondering if that was causing it.
Forum: Fixing WordPress
In reply to: Sidebar loading incorrectly in IE6Thanks HandySolo, I will correct the errors listed on the page.
Forum: Fixing WordPress
In reply to: Spacing in postsAwesome – it worked! Thanks for your help Bill!
Forum: Themes and Templates
In reply to: Masthead linkI figured it out. I just overlayed the image with a link over the header. It’s ugly as far as the coding goes, but it works and you can’t tell the difference visually. Thanks to all those that put some time forth to help.
Forum: Themes and Templates
In reply to: Masthead linkmaybe I’m retarded but I’ve searched everything and can’t get it to work. right now my index.php file contains this code for the header:
<div id=”header”>
<h1>“><?php bloginfo(‘name’); ?></h1>
</div>my style sheet code look like this:
#header {
height: 205px;
background: url(/wp-content/themes/red-train/images/brandamgblog3.gif) no-repeat;
}I have tried deleting the stuff between the h1 tags in the index.php file and including a link to the pic instead but that doesn’t work either. most of the things recommended in the forums screw the page up. I’m desperate for some help here. I’ve only got 2 hairs left on my head. somebody please help. if you need the site in question, it’s at brandamgblog.com
Forum: Themes and Templates
In reply to: Changing Header Imageyou have to make sure that you put the new image in the image file of your theme. the location looks something like this: wp-admin/themes/kubrick/images/header.jpg
Forum: Themes and Templates
In reply to: Masthead linkthe red train template doesn’t have a header.php file so I’m stuck doing it in the style sheet or the index.php file. Any help would be greatly appreciated.
Forum: Plugins
In reply to: multiple writers…I would like to do this as well. Does anyone know how?
Forum: Themes and Templates
In reply to: sidebar margin problemsI still cannot figure out how to bring the sidebar down. Someone PLEASE HELP!
Forum: Installing WordPress
In reply to: GoDaddy & WordPress – need to upgrade package?Switch to the linux server and restart the install process. I was having a hell of a time until I did that and it was a piece of cake after the switch.
Forum: Fixing WordPress
In reply to: how to move body up on page?I have tried messing around with it more and still cannot get it to work. Any help would be appreciated.
Forum: Fixing WordPress
In reply to: how to move body up on page?I put the code in (you can see it below) but it isn’t adjusting the space like it did for the content. Did I do it right?
#navi-innen {
padding: 0 15px 10px 15px;
margin-top: -50px;
}Forum: Fixing WordPress
In reply to: how to move body up on page?that worked! thank you. how do I do the same thing for the sidebar?
Forum: Fixing WordPress
In reply to: how to move body up on page?I see where I put the code, but there are multiple sections beginning with #content. Where do I put “margin-top: -20px;” line in the lines below?
#content {
margin: 1em 215px 1.5em 15px;
font-size: 1.1em;
}#content h2 {
font: italic 2.1em georgia, serif;
margin: 5px 0;
letter-spacing: 1px;
}#content h2 a {
text-decoration: none;
}#content h3 {
padding: 0 0 0 17px;
margin: .5em 0;
font-size: 1.4em;
}#content h4 {
font-size: 1.3em;
padding: 0;
margin: 1em 0;
}#content h5 {
font-size: 1.1em;
padding: 0;
margin: 1em 0;
}#content .date {
font-size: 1em;
text-align: right;
font-weight: bold;
}#content .meta {
font-size: .9em;
}#content .feedback {
margin: 15px 0 15px 0;
text-align: right;
padding-bottom: 10px;
border-bottom: 1px solid #700000;
}