5

Right now there is nothing on the page that let's the user know they can register/signup for a site. Can someone post a javascript tweak to change this?

flag

1 Answer

1

Try this,

<script type="text/javascript">
$("a:contains('login')").html("Login/Register");
</script>

inspired by the answer in this post: http://meta.stackexchange.com/questions/1718/has-anyone-been-able-to-change-first-time-here-check-out-the-faq-text-link

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.