tmharrison Posted February 11, 2007 Share Posted February 11, 2007 If you can, can you help me out. Thank you! Tina //create message to user $msg = "<p>Your username & temporary password have been emailed to you.</p>"; $msg .= "<p>You must change this password immediately after your next login.</p>"; $msg .= "<p></p>"; $msg .= "<p><a href=\"login.html\">Login</a></p>"; //If no email was found in the database send a notification to the admin $email = $adminemail; $msg = "<p>Your email address could not be located</p>"; $msg .="<p>The Website Administrator has been emailed, you should be contacted by them shortly.</p>"; Quote Link to comment Share on other sites More sharing options...
Jessica Posted February 11, 2007 Share Posted February 11, 2007 This belongs in the CSS/HTML forum. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted February 11, 2007 Share Posted February 11, 2007 If you can, can you help me out. Thank you! Tina //create message to user $msg = "<p>Your username & temporary password have been emailed to you.</p>"; $msg .= "<p>You must change this password immediately after your next login.</p>"; $msg .= "<p></p>"; $msg .= "<p><a href=\"login.html\">Login</a></p>"; //If no email was found in the database send a notification to the admin $email = $adminemail; $msg = "<p>Your email address could not be located</p>"; $msg .="<p>The Website Administrator has been emailed, you should be contacted by them shortly.</p>"; What do you want to change? Its not hard to unless you don't know HTML/CSS. Just lookin to the style HTML attribute and the font CSS element. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.