I was just checking out some of the source code of websites in the forum and I realise that the site I’ve built has a problem with the code arrangement (it’s all been squished into one big mush and not organised like some others). FYI, I did purchase the template “Grow”
@spencerj the source code is being compressed for optimal performance. If you want to inspect the code, you can inspect source with something like Firefox Firebug or Chrome Developer Tools.
Weird! Shows up as mushed on my normal chrome “view source” page. I shall try the one with developer tools and see how it goes! Thank you for the reassurance.
@spencerj, it’s not weird, everything is OK and expected. As @jhotujec said, the source code is optimized (all formatting removed) to behave as fast as possible. In 2014 web we less and less “view source” to check the code. Instead, right click on an element or background and select “Inspect”. Chrome or Safari or Firefox will reformat the code for you to be able to read it.