dihybrid
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-layout and imageI’ve been killing myself trying to get the background to change from the standard default gray to my own image. But nothing I do seems to change it, even changing the name to background:
Here’s what I have now-
body {<br />
background: url('http://www.dihybridcross.com/propaganda/wp-content/themes/jtronvariation1/images/background.jpg');<br />
font-size: 62.5%; /* Resets 1em to 10px */<br />
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;<br />
color: #333;<br />
text-align: center<br />
}I’ve tried about a dozen variations of that, including putting the background tag in different places. Most of the time I can’t get the page to change at all, let alone get it to do what I want it to do?
My url: http://www.dihybridcross.com/propaganda
help
Forum: Themes and Templates
In reply to: removing header text / backgroundOther than inserting the image link, I haven’t changed anything from the style.css that was provided with the default.
Forum: Themes and Templates
In reply to: removing header text / backgroundRight. I should have thought of that.
Forum: Themes and Templates
In reply to: removing header text / backgroundNope. Everything is still gray.
Forum: Themes and Templates
In reply to: removing header text / backgroundThanks for the advice. The text-indent thing took care of the getting the text out of the header.
But I’m still having trouble changing the background image for the sides. I did this:
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
background-color: #d5d6d7;
color: #333;
text-align: center;
background-image: url(‘/images/background.jpg’);
}But the addition of the line with the background image seems to have no effect on anything.
Forum: Themes and Templates
In reply to: removing the headerWhat did you remove to get rid of that text? I’m trying to figure out how to get that text to go away while still having it be the title of the webpage, as my header image already has the words embedded in it.
Forum: Installing WordPress
In reply to: Installation problem – Warning: Unknownhey, thanks for all the input. I had to go and change the permissions on every file, literally. But now everything seems to be running smoothely. Moral of the story is that vdeck doesn’t like me and I miss cpanel.
Forum: Installing WordPress
In reply to: Installation problem – Warning: Unknowner… permissions? Where would I find that?
Sorry, I’m kinda dumb about some of this stuff.