FYI: Some remarks about the html
attiks - March 5, 2009 - 11:35
| Project: | Simplenews Template |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | franz |
| Status: | by design |
Jump to:
Description
1/ title tag is inside the body
2/ there're to meta tags for Content-Type
3/ unsubscribe URL is in an extra html tag added to the end
4/ template file isn't working, it's using the theme function
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body><div id="center"><div id="main">
<title>nieuwsbrief: testje 4</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</style>
<table class="simplenews-template-background" width="100%" bgcolor="#B1BD1E" cellpadding="0" cellspacing="0"><tr><td valign="top" align="center">
<table class="simplenews-template-content" width="100%" cellpadding="0" cellspacing="0"><tr><td align="left">
<div class="simplenews-template-header">
</div>
<div class="simplenews-template-body">
</div>
<div class="simplenews-template-footer">
</div>
</td></tr></table>
</td></tr></table>
</div></div></body>
</html><html style="margin: 0;
padding: 10px;"><body style="margin: 0;
padding: 10px;"><p class="newsletter-footer" style="margin-top: 0px;
font-size: 11px;"><a href="http://example.com/newsletter/confirm/remove/9cc7c6fb130t1" style="font-size: 14px;
color: #48311E;">Unsubscribe
from this newsletter</a>
- - - This is a test version of the newsletter. - - -
</p></body></html>
#1
The 1 to 3 are all fixed.
Will check about number 4
#2
I don't think there is anything about template files anymore.