Thanks for the XHTML compliant tip, Andre.  Good to know.

Jim Ault
Las Vegas


On Mar 27, 2010, at 5:43 AM, Andre Garzia wrote:

You should enquote the href string or you will be unable to parse it with a
XML library later, also your code will not be XHTML compliant.

On Sat, Mar 27, 2010 at 2:57 AM, Jim Ault <[email protected]> wrote:

First, I think you have a typo...



E-mail: <a href="Mailto:[email protected]"[email protected]
</a>¬

is missing the closing '>'

E-mail: <a href="Mailto:[email protected]">[email protected]
</a>¬

secondly, the href string does not have to be enclosed in quotes, so

E-mail: <a href=Mailto:[email protected]>[email protected]</a>¬
would work.





_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to