html 메일양식 깨짐
관련링크
본문
회원메일발송 메뉴에서 양식 설정하는게 있는데
거기에 html로 입력하면 글씨만 대충 써지더라구요.. css도 적용이 되지않고..
어떻게 해야 적용 할 수 있을까요??
아래에 html 입력 합니다.
<body>
<link href="https://fonts.googleapis.com/css?family=Gugi|Jua|Noto+Sans+KR:700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<div id="email-wrap">
<table id="email">
<thead>
<tr>
<th>
<img src="https://clean-writing.site/img/mailing.png" alt="" height="32" class="header-logo" />
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<h1 style='font-family: Noto Sans KR; font-size: 25px; color: #414141'>안녕하세요, {이름}님 Clean Writing 운영팀 입니다.</h1>
<p style='font-family: Noto Sans KR; font-size: 15px; color: #414141'>귀하의 아이디가 정지처리 되었음을 안내 해 드립니다. [ {닉네임} ( {회원아이디} ) ]<br>정지사유: A</br></p>
<p style='font-family: Noto Sans KR; font-size: 15px; color: #414141'>정지 사유를 자세히 확인 하시려면 아래를 눌러주세요.</p>
<p style='font-family: Noto Sans KR; font-size: 15px; color: #414141'><strong><a href="https://clean-writing.site">자세히 알아보기</a></strong></p>
<p style='font-family: Noto Sans KR; font-size: 15px; color: #414141'>문의는 이메일로 보내주시기 바랍니다.<br /><strong>*** 개인정보보호를 위한 이메일주소 노출방지 ***</strong></p>
<hr />
<p style='font-family: Noto Sans KR; font-size: 15px; color: #414141'>문의메일 보내기 <a href="mailto:*** 개인정보보호를 위한 이메일주소 노출방지 ***" target="_new">클릭하세요.</a></p>
</td>
</tr>
</tbody>
</table>
</div>
</body>
!-->
답변을 작성하시기 전에 로그인 해주세요.