I'm trying to put this school district's logo into the outgoing email using HTML, but when I receive the emails, it's just a square box with the red X.
Is there a folder where I'm supposed to store the image?
This is what I have in the email body
<html>
<body>
<img src="C:\Users\Appleby\Desktop\TCSD.PNG" alt="TCSD Logo" style="width:485px;height:126px;">
600 N. Cherry St . Tulare . CA . 93274 . (559) 685-7200 . Fax: (559) 685-7248
To the Parent(s)/Guardian(s) of:
%(StudentName#[; ]#)
We have received your inter district request for %(StudentName#[; ]#) and have submitted the request to %(RetrieveBusinessProcessVariables_Desired_District) for processing.
For information on the status of the request please contact the requesting district.
</body>
</html>