I use PhpStorm 2017.2.4.
When I write <table>
tags and type space to insert some attributes like bordercolor
, I cant see bordercolor
attribute in code completion, but it shows in Adobe DreamWeaver CC.
When I wrote bordercolor
manually PhpStorm displays a warning
Attribute bordercolor is not allowed here
I changed Default HTML language level to HTML 4.0 in: File | Settings | Language & Frameworks| Schemas and DTDs| Default XML Schemas but only warning was disabled and bordercolor
did not appear in code completion list yet.
Why is this problem? How can I solve it?
I use CSS but I want to change border-color of one of the tables differently from the base of the styles created.