*id quote, but it would be huge*
..perhaps im just a little CSS/Design retarded I do like the idea of an extremely customizable and modular forum system and im anctious to see the results (hopefully sooner then later
I agree with your logic in the quoting system. Im not a fan of it because i hate scrolling to the "side", while scrolling down is fine, i guess i will have to see it in action to make a real judgement on it., but i do agree that at times the quoting on a forum can get way out of hand *the way you have done it is the perfect way, well thought out*
BTW. Why did you use a spacer graphic on your site?
Customizable sizes While your div system would work, i perfer...
function spacer($width, $height){
print "<img src=\"spacer.gif\" width=\"".$width."\" height=\"".$height."\">";
}
(though im not sure height is a supported attribute anymore)...while i suppose...
function spacer($width, $height){
print "<div style=\"width:".$width."; height:".$height."\"><!-- empty --></div>";
}
..i think the image system just looks a bunch neater code wise then an assload of useless div tags spread about. Though i will reserve judgement till i see the final product
...but one quick note, can you give me a sneak peak at your EXCELLENT container code (those nice borders around the options on the register screenshot)?
Im glad that Rickard, and yourself are intelligent and passionate enough to defend your stances with some good comments. Having spent the better part of the last few hours scanning through document after document and example after example, im sure that a solid XHTML 1.0 strict forum would be something rather impressive.