All better. Thanks, ita.
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.
Going to buffistas.org I see the board the way Sean just posted, if I go to www.buffistas.org it is working fine.
I've got everything squished to the left and in one column, too.
edit: And I haven't played with anything regarding css in ten years.
one thing that's missing for me is a link back to Buffistas Home at the bottom of the page.
Okay--there is now an "Edit personal css" link on the left hand side. Various objects onscreen have identfiers, and you can change their appearances by specifying it in your css file.
For the quotes in posts, the tag you're modifying is t cite .
My modification, for instance, looks like this:
cite {
padding: 5px 5px 5px 25px;
margin: 25px;
background: url("/images/l_quote.png") no-repeat top left;
}
If you want to change your font size, you'll be doing something like
cite {
font-size:16px
}
You can also try percentages, like 120% and see what that does for you.
Going to buffistas.org I see the board the way Sean just posted, if I go to www.buffistas.org it is working fine.
Interesting. Are you logged in at both?
Thanks!
Interesting. Are you logged in at both?
Yes.
Okay--for people seeing two versions:
Do you have any custom css? Also, can you send me copies of the source html of the squish?
Do you have any custom css? Also, can you send me copies of the source html of the squish?
I have not done any custom css that I am aware of. I have emailed the source to your profile address.