I stand corrected. Sorry. I should probably stop bugging you guys and go to bed. I dont understand the concept behind validity and semanticness of markup but if it's worth anything atall it looks better than the existing stuff. It doesnt validate though (if it's even meant to)
Looks much nicer. A few comments on my part:
1. "<a name="pgtop"></a>" should be <p><a name="pgtop"></a></p> or something along those lines. XHTML isn't a fan of content not in an element like <p> or <h*>.
2. The tag "<u>" is depreciated in XHTML. You'd be better off using a "<span>" in this case, with the underline set by css.
3. "<input ...>" should be closed as follows: "<input ... />".
Fixing up those three issues gets it validated tentatively as XHTML strict.
1. "<a name="pgtop"></a>" should be <p><a name="pgtop"></a></p> or something along those lines. XHTML isn't a fan of content not in an element like <p> or <h*>.
um.. why use name at all instead of id... are you worried about browsers that don't understand id in this context?
(sorry for poking into the conversation even though I don't have the time to do a full review of the template)
I was working on a design for my own vanilla forum and I started the XHTML from scratch, I wondered if any of it might be of use to you/us? It's not finished (ie missing a lot of functional elements) and because I'm making it from scratch I used my own class and id names, just habit.
Comments
I dont understand the concept behind validity and semanticness of markup but if it's worth anything atall it looks better than the existing stuff. It doesnt validate though (if it's even meant to)
and yeah, the source looks good to me, but i'm not such an authority on semanticiousness either
albeit tentatively.
Does that help?
EDIT: I started fiddling and I've fucked it up. My bad.
EDIT EDIT: Got it back to tentative.
Validation.
Hope I've been of help
*is a bit rusty
I was working on a design for my own vanilla forum and I started the XHTML from scratch, I wondered if any of it might be of use to you/us? It's not finished (ie missing a lot of functional elements) and because I'm making it from scratch I used my own class and id names, just habit.
http://slogmeat.com/downloads/lussumo-index.html
And thanks for the feedback, everyone.
Next up: index page
I haven't got the order in there.