I'm not sure if this has been mentioned before, but if you use the search function, and then click that you want the results in ascending date order, the first page of results shows up properly, but then the second page and all the pages after that go back to descending order.
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.
Enter it in bugtracker
I screwed up my CSS settings, and I am hoping someone can tell me how to fix them. How do I a) increase the size of the overall font, and b) increase the size of the font of quoted text.
Thanks!
For the quoted font text you can try something like:
cite {
font-size:larger
}
For the overall font size, try something similar with the body property:
body {
font-size:larger
}
There's some truly funky stuff going on in the last three posts of Non-Fiction.
Help! I can't post a link and then I get like the whole bottom of what should be the bottom of the page in my post and can't delete it! Every time I hit delete, it takes me to the Lifetime page I was trying to post a link to. Then when I go back to the Non-fiction thread, the wierd stuff is still there! Help!
fixed. You had a quotation mark at the beginning of the link, and none at the end, which makes Teh Bad happen.
Thanks ita!
but um, what do I do with the cited material when the larger doesn't make it very large?
thanks, amych!
Try replacing "larger" with "150%" or some variant thereof.