cowpie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I cannot express how much I hate IEI understand what you’re saying lhk, but I’m not the one who started the debate about it.
Now, I take it no one wants to help me out haha, to each their own I suppose
Forum: Fixing WordPress
In reply to: I cannot express how much I hate IEI think you have misinterpreted what I said. If you created amazon.com, and you posted threads asking for help linking to amazon.com, would you want that out there? Of course you would want the help references there, so others could learn from it.
But if someone searches for amazon on google and finds you asking questions like an amateur, I think it would knock you down a peg, regardless if people consciously recognize it or not.
I’m not trying to play it like I solved my issues myself, I just want to separate my site’s content from the site’s backend.
Forum: Fixing WordPress
In reply to: I cannot express how much I hate IEdoodlebee, is there a way I could PM or email you my code. I just don’t like to post it up here with no way of removing it later? Thanks for your response to my angry rant
Forum: Themes and Templates
In reply to: CSS theme questionlast time I’ll bump this; sorry if annoying
Forum: Themes and Templates
In reply to: CSS theme questionbump
Forum: Themes and Templates
In reply to: CSS theme questionnote: I had the php get header command in the penn page.
Forum: Themes and Templates
In reply to: CSS theme questionalright, so I tried this:
body {
font-size: 62.5%;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background-color: #FFFFFF;
text-align: left;
}#page {
text-align: left;
width: 761px;
}#header {
background: url("images/bgrd.jpg");
}
.pennpage { background: url("images/titlePenn.jpg") no-repeat; }
.brownpage { background: url("images/titleBrown.jpg") no-repeat; }^^ that is my css file
this is my header file:
I then created a page called Penn. All I got was a blank page.
Forum: Themes and Templates
In reply to: CSS theme questionCould you elaborate on that a little bit for me? So if I specify a Dogs page, or a Cats page, how does changing the H1 class enable me to use a different header img or the like? Thanks.
Forum: Themes and Templates
In reply to: Menu from an imageAh fantastic, that’s exactly what im lookin for. Thanks boss
Forum: Themes and Templates
In reply to: Menu from an imageyea see that’s why I wish I could just use an image map. I feel like with that plugin, I have to hack around with it to get it to work how I want it. I guess there’s no other way?
Forum: Themes and Templates
In reply to: Menu from an imageOk, so lets say when I’m on the cats page, I have subpages called “Ferrel, Cheshire, Tabby”, which are shown as links in a similar fashion as the Dogs, Cats, and Turtles.
Therefore, my page now has two menus on it. So whenever I’m on the Tabby page, I still want the Cats title to be bolded/red/whatever. Would I just need to put in a bunch of “Or” situations in that if statement? If so, how do I do that.
Forum: Themes and Templates
In reply to: Menu from an imageYea, I’d be fine with that method, now the only question I would then have is, how can I make certain text bold, or another color if I’m viewing that page?
Forum: Themes and Templates
In reply to: Menu from an imageOr perhaps check this out: http://www.w-a-s-a-b-i.com/archives/2004/05/26/wordpress-related-entries-plugin/
The text in that top bar is not part of the image. I wouldn’t mind doing it that way if I could somehow bold or change the color of the word if I’m viewing that page.
Forum: Themes and Templates
In reply to: Menu from an imageSo, I guess I don’t put that image in the css style then? I just put it in the code for the page itself?
Forum: Themes and Templates
In reply to: Menu from an imageah ok thanks for that code there.
And yes, different parts of the image to act as links to different places. Or if there’s a way to just splice the image up and piece them together, that’d work for me as well.