Jump to content

Can you change the Font & Size on the following line of code?


tmharrison

Recommended Posts

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>";

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.