Code Comments
Programming Forum and web based access to our favorite programming groups.I need to convert html into a multiline string which looks something like this: shtml = "<table border=""0"" cellspacing=""0"" cellpadding=""0"" width=""720"">" & _ "<tr><td width=""100%"" valign=""top""><br><!-- Main Table -->" & _ ... Is there a tool that can do this? John Dalberg
Post Follow-up to this messageWhat is the source of the HTML? A web page on the Internet? A file on your file system? In a database? You shouldn't need to do anything but store the contents of the source in a variable. Ray at work "John Dalberg" <john_dd@hotmail.com> wrote in message news:119cv39ol7uht.1l9k1gtj3ce21.dlg@40tude.net... > > I need to convert html into a multiline string which looks something like > this: > > shtml = "<table border=""0"" cellspacing=""0"" cellpadding=""0"" > width=""720"">" & _ "<tr><td width=""100%"" valign=""top""><br><!-- Main > Table -->" & _ > > ... > > Is there a tool that can do this? > > John Dalberg
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.