adelecaelia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Home Page LinkFigured it out! THanks!
Forum: Fixing WordPress
In reply to: Home Page LinkOk I found a plug-in to add a homepage link, but I would still like to figure out how to get my banner at the top to link back as well:)
Thanks!
Forum: Plugins
In reply to: Easiest forum to integrate with WP 2.5.1? Tried a few but not working.The problem I had with bbpress forums is that you can’t set member groups and rights. So everyone can just come in and see everything. Unless there was something I was missing.
Forum: Fixing WordPress
In reply to: how to insert a bannerYes, and thanks a ton!
Forum: Fixing WordPress
In reply to: how to insert a bannerYay! Got it. Had to replace the #header in the CSS sheet with this-
#header {
background-color: #000;
border: 0px solid #000000;
height: 200px;
width: 760px;
background-image: url(http://guildvanaheim.files.wordpress.com/2008/06/guildbanner31.jpg);
}Thanks
Forum: Fixing WordPress
In reply to: how to insert a bannerWell it is somewhat working lol. Still not right.
Forum: Fixing WordPress
In reply to: how to insert a bannerOk, I looked through my files and I don’t have an image folder in the main section. I do have an image folder wihtin another folder. It is in the wp-includes folder. So would I put it in that image folder and do-
#header-image {
background-image:url(‘wp-includes/images/header.gif’);
background-color: #000;
border: 0px solid #000000;
height: 200px;
width: 760px;
}Also I don’t have a style sheet in my files, just the one under design on the wordpress admin. Is that the one I edit?