Well, I finally have valid CSS.
Unfortunately, I cannot get the HTML to validate. Part of the validator results make no sense to me. It says some tags aren't closed, which I don't see when I look through the source. Other errors are caused by the comments feature - but those concern me much less.
I am, once again, frustrated.
9:38:35 PM I've been playing around trying to create the graphic I want for my title. I am not a graphic artist. I am not having any success. I do not want my title to be just text rendered as a graphic, as it is right now. I am giving up (for now) and moving along to something else. I am frustrated!
8:21:05 PM Ambrose Bierce. "Politics, n. Strife of interests masquerading as a contest of principles." (Courtesy:
Quotes of the Day)
10:25:01 AM
- You need to add a meta tag declaring your document's character encoding, e.g.
- You need to encode the ampersands in your urls, e.g. instead of
To properly encode the url you need to replace all ampersands with HTML character entities.you should use
As for the unbalanced tags, I would suspect that you've wrapped the <%items%> in your #dayTemplate with paragraph tags, which is fine as long as the items don't contain any block-level tags.
Jeff Cheney