On 8/1/09 11:58 AM, "Brad Lowry" <[email protected]> wrote in whole or in part:
> Or better yet: > "data:text/html,<html> > <head> > </head> > <body> > <h1>Hello " & Case(IsEmpty(NameFirst) = false; NameFirst; "World") & "!</h1> > </body> > </html>" Brad, you *totally* ignored my advice: "data:text/html,<h1>Hello " & Case(IsEmpty(NameFirst) = false; NameFirst; "World") & "!</h1>" You do NOT need the full HTML "page" to make the data url render. If you really want to know what it's about. Read these: <http://www.ietf.org/rfc/rfc2397.txt> (the original "specs") <http://en.wikipedia.org/wiki/Data_URI_scheme> Beverly
