kko88
Forum Replies Created
-
Forum: Themes and Templates
In reply to: styles.css isn’t being readThanks for all the help. The final problem was that I had to change the option to show only 1 post on the front page rather than 20.
Thanks for all your help timeistight and podz!Forum: Themes and Templates
In reply to: styles.css isn’t being readThanks timeistight!
That validator is amazing. I wish I knew about it before =(
But why do you recommend using the default style sheet? I ask this because none of the <div id=””> or <div class=””> are from the original wp-layout.css.
Could you also tell me as to what the 2 lines I deleted actually do?
Thanks again.Forum: Themes and Templates
In reply to: styles.css isn’t being readThanks to timeistight’s comment about getting my page to work with the default style sheet (although I still don’t know what that means…) I just copied and pasted my .php file and made a duplicate .html file. With that it was easier to find bugs and such because I just like html better :p
I ended up deleting:
_________________________
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
and
<html xmlns=”http://www.w3.org/1999/xhtml”>
_________________________
because I wasn’t sure what they were for… should I put them back?
But the entire site is still very far from the top left corner =(
That and my background file/colors… aren’t being loaded.
Thanks for all the help so far! The end is near… I hope!Forum: Themes and Templates
In reply to: styles.css isn’t being readThanks, I didn’t catch the two <body> tages. (Not sure what it fixed but oh well)
By default style-sheet, do you mean the wp-layout.css and/or wp-print.css? I’m not sure what you mean by validate either.
Thanks!Forum: Themes and Templates
In reply to: styles.css isn’t being readThanks podz, that helped. But now the css file won’t listen to me. Like the fonts and such are still default and everything is out of place compared to http://kko88.u69.us/ (note: still http://kko88.u69.us/wordpress/indexnaru.php that’s broken).
Anyone have any ideas as to why this is happening? All help is appreciated.