> <a href="Novel - Buck's Obituary">Five years; <i>Boston Globe</i></a>
> What am I missing?

Director is interpreting the ' as the end of href - in HTML ' and " are
interchangable - e.g.
<a href="page.html"> means the same as <a href='page.html'> which means the
same as <a href="page.html'> (which is how Director is reading your link)

This is useful in Director because you can say
myLink = "<a href='page.html'>"
without having to worry about inserting a QUOTE every time.

If you link to a page (?) without a ' in it, it should be OK.

regards

~nick~




[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to