AlliedMoon
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Need super-simple HTML/CSS to WordPress conversion helpText Edit had some defaults that were making it rich text.
Thanks, whooami, I wouldn’t have checked that had you not mentioned it.
It’s working now!
~A
Forum: Themes and Templates
In reply to: Need super-simple HTML/CSS to WordPress conversion helpI used Text Edit, not Word. Is that not good enough?
Forum: Themes and Templates
In reply to: Need super-simple HTML/CSS to WordPress conversion helpThanks. Let me clarify where I get snagged.
Following the tutorial, I’m parsing out the header and footer and creating separate php files. There are a couple of other elements- no sidebar, but a contact box, a gallery, and a “showcase.” I tried parsing each of these elements between the <div> markers and saving them as individual phps.
Then in the index file, I’m replacing the code with a <?php command for each element.
Once I upload the phps, the index (saved as a php), and the style css file, I thought it would work.
Instead, the template is blank, with some extra bracketed code at the very beginning (from the header, I guess?) and no style sheet integration at all, just a mess of text on a white background. I’ve activated it- you can visit my page to see the wonkiness: http://www.alliedmoon.com
Hope that makes more sense. Any help would be greatly appeciated- I’m pulling my hair out over this.