Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Pretty Print

    Hi,

    Is there a 'pretty-print' extension, similar to the function in XML Spy except
    for HTML and Dreamweaver?

    Basically, it takes something like (a)

    And turns it into (b)

    Thanks

    Example:


    (a)

    <table><tr><td>test</td><td>test</td><td>test</td></tr></table>

    (b)

    <table>
    <tr>
    <td>test</td>
    <td>test</td>
    <td>test</td>
    </tr>
    </table>

    zombie-eater Guest

  2. Similar Questions and Discussions

    1. Pretty Print HTML Extension?
      HTML Tidy is not a good alternative for me, even though I can use it through a couple different text editors. It messes with the code slightly. Is...
    2. Pretty Large Datasets
      I'm a VB6 / VB.Net developer, looking into flash as an interface engine. I figured skinning is all very nice, but why not take it a step further. ...
    3. can some1 pretty please tel me what to use ???
      ive asked a few times but with no responce, and I've tryed to find out by myself, but I cant. How do u make sound tracts for your site, ive heard of...
    4. pretty printer
      Hello, I'm searching for a prettyprinter for perl, html, php. If possible written with php or perl. Any help...? -- Regards Reinhold
    5. Keyspan USA49 - pretty paperweight.
      In article <3f494668$0$1099$3c090ad1@news.plethora.net>, Seebs <seebs@plethora.net> wrote: So, it turns out that there's a new version (1.7) of...
  3. #2

    Default Re: Pretty Print

    Um, do you mean somthng like the DW menu: Commands > Apply Source Formatting - ?

    Corona
    coraspdr 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