Jon, when you get a chance, can you have a look at the left-hand panel on css.net? The HTML is generated the way I think it should be, but the effect on the formatting has about a double indenting of the list elements and it lacks the former harmony.
Book ,'Serenity'
Buffistas Building a Better Board ++
Do you have problems, concerns, or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.
::continues nattering in an empty room::
That HTML parallels this, which mean you could easily apply this look or this one. I mean, assuming you have more time on your hands than sense.
the effect on the formatting has about a double indenting of the list elements and it lacks the former harmony.
Yeah, we're on the right track, but it needs some prettying.
I'll try work on it this weekend and see if I can come up with the desired css fix.
I did a t blockquote in buffistechnology and it didn't take.
Did it used to take? I've always used the quickedit.
I've always found it useful to use blockquote for quoting more than a couple of paragraphs here.
I've generally used quickedit and then closed the spaces up and used the br command in order to keep multi-paragraph quotes in multi-paragraphs.
It seems to be a browser interpretation issue. The blockquote tag is in the post, but I think that the p tags inside the blockquote override it somehow.
Board looks great and I'm looking forward to learning some CSS.
I saw the conversation earlier about the Home button and why it's at the bottom of the screen rather than above the posting box. I was wondering if it would be easy to add some blank space below it. It's difficult to use on the iPhone as the browser's back button is directly below it. If it's too much work, I'll just wait for the fix. Thanks!
Try
#footer {margin-bottom:1em;}
Increase 1em to something bigger, if that's not enough space.