josephman1988
New member
I'm starting to do OOP, but when i print strings like:
print '<head>';
print '<meta blablahblah>';
print '<title>';
etc, the outputted html on the source code has no breaks, no newlines, every-things just sat next to each other. How can I fix this?
print '<head>';
print '<meta blablahblah>';
print '<title>';
etc, the outputted html on the source code has no breaks, no newlines, every-things just sat next to each other. How can I fix this?