You can log back in here.
Can I make the blue line around the border of the comment box disappear when you click to type in the comment box?
Yes you can. :)
I think it should be this:
.textbox:focus { outline: 0px; }
thank you!
No problem. :) I figured out how to some months ago so it was just a question of dusting off my brain. ;)