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>"; Link to comment https://forums.phpfreaks.com/topic/37979-can-you-change-the-font-size-on-the-following-line-of-code/ Share on other sites More sharing options...
Jessica Posted February 11, 2007 Share Posted February 11, 2007 This belongs in the CSS/HTML forum. Link to comment https://forums.phpfreaks.com/topic/37979-can-you-change-the-font-size-on-the-following-line-of-code/#findComment-181739 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. Link to comment https://forums.phpfreaks.com/topic/37979-can-you-change-the-font-size-on-the-following-line-of-code/#findComment-181866 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.