yeah, I had tried refresh and syncing it but I had to turn the phone off and back on. It works now.
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.
Refresh isn't working on the board at work. I'm getting that all in one column display. Any suggestions? My CSS settings are still in place.
ETA it's also not letting me log out.
Clear your cache and restart the browser.
Is cache the same as history (or temp internet files)? I did both of those and I'm still getting the wonky screen.
The exact wording & menu placement will depend on what browser you're using.
On Firefox (on a PC), it's under Tools-->Clear Private Data-->Cache.
On IE, it's Tools-->Internet Options-->[Temporary Files]-->Delete Files-->Delete All Offline Content.
Thanks Jess - I wasn't doing that last step. However, it's still not looking right. It may be something to do with our security here at work; I'm not sure. I can learn to live with it if it stays this way.
I feel like an idiot, but never having done anything resembling programming since college Computer Science. Which was 25 years ago this fall:
If I want spoiler font to show up in a color other than white, I click on "Edit personal css." Then, in the box, I type in (or C&P from P-C's post)
.spoiler {
color: #FFFFFF;
replacing #FFFFFF with the color code of my choice (from P-C's link). Correct? My computer won't explode?
You'll need to close it
.spoiler { color: #FFFFFF; }
Thanks, Deena. Let me give it a try.