# A quick way to condense html code?

**URL:** https://forum.kirupa.com/t/a-quick-way-to-condense-html-code/288456
**Category:** web dev
**Created:** [May 15, 2009, 10:17pm UTC](https://forum.kirupa.com/t/a-quick-way-to-condense-html-code/288456 "2009-05-15T22:17:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bsyapril88](https://avatars.discourse-cdn.com/v4/letter/b/779978/32.png) [@bsyapril88](https://forum.kirupa.com/u/bsyapril88)
#### Post date: [May 15, 2009, 10:17pm UTC](https://forum.kirupa.com/t/a-quick-way-to-condense-html-code/288456/1 "2009-05-15T22:17:38Z")

</div>

I’m looking for an easy way to condense code. For example turning…

```auto

<html>
<img src="hi.jpg" />
Hi!
</html>

```

…into…

```auto

<html><img src="hi.jpg" />Hi!</html>

```

Is there a website or an option in dreamweaver to do this on a large scale?
