I’m looking for an easy way to condense code. For example turning…
<html>
<img src="hi.jpg" />
Hi!
</html>
…into…
<html><img src="hi.jpg" />Hi!</html>
Is there a website or an option in dreamweaver to do this on a large scale?
I’m looking for an easy way to condense code. For example turning…
<html>
<img src="hi.jpg" />
Hi!
</html>
…into…
<html><img src="hi.jpg" />Hi!</html>
Is there a website or an option in dreamweaver to do this on a large scale?
:: Copyright KIRUPA 2024 //--