i have a wordpress mu script installed and i have global admin bar ... but i want to add some commands after login form ( mynconnect.com )
i manage to add but i didn`t manage to alignment them
here is the code
Code:
<!-- Start WordPress Admin Bar -->
<div id="wpabar">
<div id="wpabar-leftside">
<ul>
<!-- Begin IFBDesign Customization -->
<?php if ( !is_user_logged_in() ) { ?>
<li><form style="margin:2px 0pt 0pt 10px" name="loginform" id="loginform" action="/wp-login.php" method="post">
<li><input type="text" id="user_login" name="log" tabindex="1" value="Username"onblur="if (this.value == '') {this.value = 'Username';}" onfocus="if (this.value == 'Username') {this.value = '';}" value="username here"/>
<input type="password" id="user_pass" name="pwd" tabindex="2" value="Password" onblur="if (this.value == '') {this.value = 'Password';}" onfocus="if (this.value == 'Password') {this.value = '';}"/>
<button type="submit" id="wp-submit" name="wp-submit" value="true" tabindex="4">Log In</button>
<input type="checkbox" id="rememberme" name="rememberme" value="forever" tabindex="3" /><span style="color:#FFFFFF;">Remember Me</span>
</form>
<a href="http://mynconnect.com/wp-signup.php">Get a Blog</a><a href="http://mynconnect.com/?random">Random blog</a>
<?php } else { ?>
<?php
can somebody help me?
and i want to add and a link to home page named Main Blog
__________________
Please login or register to view this content. Registration is FREE - open blog | working on it ...
Last edited by rober7; 11-20-2009 at 07:46 AM..
|