html - error 404 when using absolute url -
i'm creating html email. working fine except link view email in browser. page added couple of weeks after rest of site , on server when click on 404 error, link broken etc. try fix have done following: page stored in folder named 'newsletter'. have since moved file out of folder in root directory , changed url match. have renamed file remove underscores , else other letters , changed url match. have verified file on server using filezilla , through hosting company's site. changed url filename of page in site. when click on link opens page no problem. have emptied cache , history of browsers. have typed url in safari , other browsers still 404 error.
there link on page homepage , works fine. appreciated. below html:
<td valign="top" width="180"> <div style="font-family:arial; font-size:10px; line-height:100%; text-align:left;"> email not displaying correctly?<br /> <a href="http://www.familymatters.ie/email.html" target="_blank" style="color: #76a007; text-decoration: none;">view in browser</a>. </div> </td>
Comments
Post a Comment