Search found 5 matches
- Fri Feb 26, 2016 4:46 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Save As .scss defaults to .htm
- Replies: 4
- Views: 3540
Re: Save As .scss defaults to .htm
Yes, I did a reinstall & it is working - save as .scss is there. Thanks for looking into this. I'm wondering if when I did the original install, and the program asked what file types to associate with WeBuilder, I didn't select . scss in that step. When I do 'save as' now, I have many more options ...
- Thu Feb 18, 2016 9:59 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Save As .scss defaults to .htm
- Replies: 4
- Views: 3540
Save As .scss defaults to .htm
I'm working a lot with SASS in WeBuilder - I'm able to use: File/New ... and select the option SASS CSS This allows me to work on a new file named: untitled.scss, but when I do 'Save As', there is not a corresponding .scss listing at the bottom of the screen under the 'Save as type' drop down ...
- Mon Jun 02, 2014 4:23 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Adding new html5 elements to Webuilder
- Replies: 4
- Views: 5215
Re: Adding new html5 elements to Webuilder
Those instructions worked. Webuilder is now working as required.
Thanks much for the help Aivars!
Thanks much for the help Aivars!
- Sun Jun 01, 2014 4:20 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Adding new html5 elements to Webuilder
- Replies: 4
- Views: 5215
Re: Adding new html5 elements to Webuilder
Thanks for the reply. So I edited HTML 5.ini and added two entries for the new main tag. #1. added 'main' to the %[tags] section #2. added : [main] #core #events %endtag=1 WeBuilder will now close the <main> tag with </main>, but the open/close pair still does not highlight the matching pairs in ...
- Thu May 29, 2014 8:43 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Adding new html5 elements to Webuilder
- Replies: 4
- Views: 5215
Adding new html5 elements to Webuilder
Can I add additional elements (tags) to Webuilder so they validate and auto-close. Example, I'm using Webuilder 2014 (12.2.0.150). I would like to use the new html5 <main></main> tag - which is now part of the html5 spec. I would like it to validate as other html5 elements do (such as <section ...