broadcastoutcast
Forum Replies Created
-
Forum: Your WordPress
In reply to: Journalism BlogHello again–
I think I may have resolved the issues some, given the previous constraints I set with the width. Also threw on the about page. Does this span better now? I switched from a fixed-width to a % of the screen, along with a min number of pixels.
Thanks to anyone who checks it out.
Forum: Fixing WordPress
In reply to: Background image disappears in postsI figured out the problem. It all has to do with relative and not absolute links. I changed from the url directory to the exact location in the CSS code…meaning I went from
background-image:url(images/fixed.gif);
to
background-image:url(http://www.midwestrock.org/broadcastoutcast/images/fixed.gif)
Now it works.
Forum: Fixing WordPress
In reply to: Background image disappears in postsHere’s what I have in my “Body Style” box under the “Body, Text & Links” tab:
font-family: verdana, Geneva, sans-serif;
font-size: 1.0em;
color: #000000;
background: #ffcc00;
background-image:url(images/fixed.gif);
background-repeat:no-repeat;
background-position:top;
I mean, it looks fine on the main page…just doesn’t show up on the posts. Weird.Forum: Fixing WordPress
In reply to: Background image disappears in postsI suppose it would help if I included my website, huh?
It’s
http://www.broadcastoutcast.comSorry about that. Thanks again in advance.