Enter it in bugtracker
Anya ,'Touched'
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.
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.
I can do that!
Thanks