• Simple ( but not for me) php question.

    How to put a line break into the following code.

    <label for="signup_email"><?php _e( 'Email Address', 'buddypress' ) ?> <?php _e( '(required)', 'buddypress' ) ?></label>
    					<?php do_action( 'bp_signup_email_errors' ) ?>
    					<input type="text" name="signup_email" id="signup_email" value="<?php bp_signup_email_value() ?>" />

    line break need here

    <label for="signup_password"><?php _e( 'Choose a Password', 'buddypress' ) ?> <?php _e( '(required)', 'buddypress' ) ?></label>
    					<?php do_action( 'bp_signup_password_errors' ) ?>
    					<input type="password" name="signup_password" id="signup_password" value="" />

    Thanks in advance

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘line break in php’ is closed to new replies.