Twinkie
Banned
- Messages
- 1,389
- Reaction score
- 12
- Points
- 0
Is there a small app that can make code more readable, for instance instead of:
I have a SOAP request I need to analyze and right now it seems it would take an hour for me to do just that. Maybe a feature in Dreamweaver I missed, something please?
HTML:
<html><head>Bla</head><body>...
HTML:
<html>
<head>
Bla
</head>
<body>
...
</body>
</html>
I have a SOAP request I need to analyze and right now it seems it would take an hour for me to do just that. Maybe a feature in Dreamweaver I missed, something please?
Last edited: