Ignore me: OpenID logged out code testing
2010-Aug-12, Thursday 02:03This post exists purely so I can test some CSS on a non-locked entry, I'm hoping to have a box that only displays to logged out users.
Right, that works. Code is:
You need to be logged in in order to take part in the poll. You do not need a Dreamwidth account, use your blog url as an OpenID here, you can also use your Google or Yahoo account, just type http://www.google.com/profiles/USERNAME or https://me.yahoo.com/ in the OpenID box.
Right, that works. Code is:
.logged-out .poll {display:none;}
.logged-in .loggedout {display:none;}