Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default HTML Render Engine

    Is it just me or does the engine used to render the HTML cfdocument tag
    severely lacking in sane behavior. I can code HTML to display the way I want
    it displayed with IE, moz, opera all with the same code. However when I try to
    get the internal engine with CF7 (the idea I LOVE!!!!) to render my html
    exactly how I want it is extremely difficult. Basic HTML and minor aesthic
    display elements seem to go across fine. However when you try to get this
    engine to render more complex pages (hacked so all browsers would interpret the
    same) I just can't find a way to get around some items. Might have anyone
    come up with an easy way to test formatting? I'm just having a CFM page call
    the page I'm tryint to format via http and just displaying it. I haven't tried
    just including the code I'm trying to display yet to see if it makes a
    difference. Currently I am re-writing a section to make it more aesthically
    pleasing and though I'l include CF7's internal HTML render engine as another
    browser type to code for. Could MM just used a open source version of the
    gecko engine which is cross platform? I see where this is going an dI like
    it. This first release of this feature reminds me alot of the first release of
    queries on quries. It is a nice idea but isn't matured yet for production
    without excessive baby sitting.

    mrwinc Guest

  2. Similar Questions and Discussions

    1. Render XML
      Hi I want to render a XML file as it is rendered in Internet Explorer. I should be able to expand/collapse its node and copy it. Can any one...
    2. How to render HTML as text (like lynx does) ?
      Hi, I've been playing around with a lot of modules but can't find one that simply represents HTML as text, laying out the tables so that things...
    3. Changing HTML in the Render() method
      Hi there, I am looking for C# code samples on how to: 1.- Get a string with the default HTML that would be rendered for a custom control. 2.-...
    4. IE6 does not render ASP-generated HTML
      Hi all, I am struggling with the following problem: I have an ASP application which generates HTML. However the HTML does not always render on...
    5. Dynamic text box won't scroll when "render text as HTML" is clicked
      I'm using FLASH MX and I'm trying to create a dynamic text box that loads an external text file, contains clickable links and scrolls. I've...
  3. #2

    Default Re: HTML Render Engine

    Can you post the html you are trying to render without success. We can use
    this to find out what we still need to work on for supporting.
    thanks,
    ---nimer

    "mrwinc" <webforumsuser@macromedia.com> wrote in message
    news:cvdrod$lhe$1@forums.macromedia.com...
    > Is it just me or does the engine used to render the HTML cfdocument tag
    > severely lacking in sane behavior. I can code HTML to display the way I
    > want
    > it displayed with IE, moz, opera all with the same code. However when I
    > try to
    > get the internal engine with CF7 (the idea I LOVE!!!!) to render my html
    > exactly how I want it is extremely difficult. Basic HTML and minor
    > aesthic
    > display elements seem to go across fine. However when you try to get this
    > engine to render more complex pages (hacked so all browsers would
    > interpret the
    > same) I just can't find a way to get around some items. Might have
    > anyone
    > come up with an easy way to test formatting? I'm just having a CFM page
    > call
    > the page I'm tryint to format via http and just displaying it. I haven't
    > tried
    > just including the code I'm trying to display yet to see if it makes a
    > difference. Currently I am re-writing a section to make it more
    > aesthically
    > pleasing and though I'l include CF7's internal HTML render engine as
    > another
    > browser type to code for. Could MM just used a open source version of the
    > gecko engine which is cross platform? I see where this is going an dI
    > like
    > it. This first release of this feature reminds me alot of the first
    > release of
    > queries on quries. It is a nice idea but isn't matured yet for production
    > without excessive baby sitting.
    >

    Mike Nimer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139