Tell RapidCSS what's an error and what's not
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Tell RapidCSS what's an error and what's not
Is there a way to tell RapidCSS what's an error and what's not? For instance, I never close my <p> tags, which I guess technically is an error, but it doesn't hurt anything. So all my <p> tags are highlighted as errors in RapidCSS.
Re: Tell RapidCSS what's an error and what's not
There is a way, but it's not quick and easy. Go to "C:\Program Files (x86)\WeBuilder 2022\data\mldefs", open "HTML 5.ini" in text editor with administrator permissions (otherwise you won't be able to save changes), look for and change %endtag=2 to %endtag=3
Note that you will need to do this after every update.
Code: Select all
[p]
#core
#events
%endtag=2
Note that you will need to do this after every update.
Blumentals Software Programmer
Re: Tell RapidCSS what's an error and what's not
That worked, thank you!