Login Button instead of link
Hi Does anyone know how to change this code from a link to a button?
// Show the appropriate options
echo '<div class="cpnav">'."\n";
if (isset($_GET['action']) && $theaction != 'login')
echo '<a href="'.site_url('
wp-login.php', 'login').'">'.__('Log in','cp').'</a><br />'."\n";
if (get_option('users_can_register') && $theaction != 'register')
echo '<a href="'.site_url('
wp-login.php?action=register', 'login').'">'.__('Register','cp').'</a><br />'."\n";