Is there a way to configure HTML Tidy, or another part of HTMLPad to indent HTML WITHOUT the whitespace between <td> elements. It's very time-consuming to have to reformat this manually.
Bascially the "Indent HTML Tags" works exactly the way I want it to, except it generates a blank link between <td> tags. For example,
it gives me this:
<table>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
I want this:
<table>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
Thanks,
Tim
Indent HTML Tags feature
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
HTML Indent Tags
the indentation doesn't show up in my post, but it works fine, I'm just talking about the space between <td>s
Also note that I see this between <li> in an unordered list, with <p> tags, and others. I just used <td> as an example
Also note that I see this between <li> in an unordered list, with <p> tags, and others. I just used <td> as an example
Indent HTML Tags feature
Thanks for the info.
As a follow up:
I know this is HTML Tidy integration with HTMLPad. Is this somthing that HTMLPad can do, or is this more of an HTML Tidy issue?
In other words, should I be talking to the HTML Tidy guy(s) instead of Blumentals about this feature?
As a follow up:
I know this is HTML Tidy integration with HTMLPad. Is this somthing that HTMLPad can do, or is this more of an HTML Tidy issue?
In other words, should I be talking to the HTML Tidy guy(s) instead of Blumentals about this feature?

- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Well, HTML Tidy is not developped by Blumentals Software. In fact it is free open source command line tool for processing HTML files.
HTMLPad provides convenient way to use HTML Tidy features, but it can not alter HTML Tidy features.
What I'm sure we can do is to create our own indenting fucntionality, however it may take a long while.
Yes it would certainly be good to talk to the developers of HTML Tidy, though I'm not sure if it would give any results.
HTMLPad provides convenient way to use HTML Tidy features, but it can not alter HTML Tidy features.
What I'm sure we can do is to create our own indenting fucntionality, however it may take a long while.
Yes it would certainly be good to talk to the developers of HTML Tidy, though I'm not sure if it would give any results.
Thanks. I understand you cannot alter Tidy's functionality, nor would it be a good idea to do so even if you could. I've been using it for years, but always find it comes up just a little short on what I need it to do.
As you mentioned, a slightly more advanced indenting/code formatting option would be great. I know this isn't a trivial endeavor, so it would likely take awhile.
At any rate, I love your editor. I use it along with TopStyle, as it's almost completely replaced Homesite as my (X)HTML editor of choice.
-Tim
As you mentioned, a slightly more advanced indenting/code formatting option would be great. I know this isn't a trivial endeavor, so it would likely take awhile.
At any rate, I love your editor. I use it along with TopStyle, as it's almost completely replaced Homesite as my (X)HTML editor of choice.
-Tim