Code Formatter for HTML, CSS, PHP, JavaScript, HubL
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
Submitted by
MichaelSchm
on
05-24-2019
08:13
Hello HubSpot Team,
working on custom templates for landing pages and newsletter and creating custom HubSpot modules with HubL, I miss a button so fast formatting the code.
To change the code from something like this
@media (max-width: 600px) { .header-container-wrapper { margin:auto; width: 100%; } .body-container-wrapper { margin:auto; width: 100%; } .footer-container-wrapper { margin:auto; width: 100%; } }
into this:
@media (max-width: 600px) { .header-container-wrapper { margin: auto; width: 100%; } .body-container-wrapper { margin: auto; width: 100%; } .footer-container-wrapper { margin: auto; width: 100%; } }
This makes working with codes much easier especially with the amount of tables you have to use for outlook proof newsletters.
It is just a feature most code edit softwares and will help developers work with the HubSpot CMS.
Best regards,
Michael
See more ideas labeled with: