Jump to content

Indenting HTML Markup


jay20aiii

Recommended Posts

Hi what would be the best way to separate and indent html tags taken from a source I have no control over.

 

For example some rows may have leading/trailing tabs and spaces. Multiple code tags can appear in a single line. Closing tags may be inline, on a new line or even follow empty lines. (Basically a spaghetti soup of html code).

 

And if possible, I would like to include this html within my own (already formatted) html. So let's say the include was within a tag that was 2 tabs deep. I presume I could somehow use a function that would add two tabs to start of each row after formatting the spaghetti, in order to make it follow the flow of my own code.

 

Is there a simple method to do this already? Would I need to code one, and what would be the best way to optimize such a method?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/286624-indenting-html-markup/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.