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.
Glory ,'The Killer In Me'
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.
Fred, that's exactly what I did. I didn't even close it and it worked fine.
This whole experience reminds me of when I first arrived at this board and realized that I would have to learn some HTML if I was ever going to post a link - initially painful but ultimately a good skill to have.