CodeIgniter Forums
HTML Email Question - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: HTML Email Question (/showthread.php?tid=45797)



HTML Email Question - El Forum - 10-06-2011

[eluser]FREEZA[/eluser]
Hello,
i want to create an HTML Email. I used tables to display the email correct in all clients.

It works!

But here is my problem:
I have a navigation in my email, with an anchor Link to an ID ( jump to it! )

Code:
<a href="#100">Test</a>

<table id="100">

...


</table>

It works only in some clients... the other ignores the ID...
Do you know a other way?