Copy link to clipboard
Copied
EM INGLES
In my DW an error in the properties CSS Grid, mas the code is working very well, only show me this error being that the code is correct according the print.
Another error is when I use the devtools to see the code, it present a "dirty code", but in the DW I wrote with all indentation.
My code in the DW
PORTUGUES
No meu DW ocorreu um erro nas propriedades CSS Grid, mas o código está funcionando muito bem, só me mostra esse erro sendo que o código está correto conforme o print.
Outro erro é quando utilizo o devtools para ver o código, ele apresenta um "código sujo", mas no DW escrevi com todo recuo.
That is a known error in DW's Linting function.
The program doesn't recognize the "fr" unit yet.
I solve the indetation problem. I changed CR (Macintosh) to CR LF (Windows) in Preferences > Code Format because my sistem is Windows.
Thank you everyone that helped me.
Copy link to clipboard
Copied
That is a known error in DW's Linting function.
The program doesn't recognize the "fr" unit yet.
Copy link to clipboard
Copied
Thank you
Copy link to clipboard
Copied
Part 2: Your code is minified on the server which removes indentation. This has nothing to do with Dreamweaver.
Copy link to clipboard
Copied
Thank you for answer me.
But this code is in my computer, when I write with other IDE don't happen it.
Copy link to clipboard
Copied
5 months is a long interval between replies. If you have a new Dreamweaver question, please start a new topic with details about your operating system and the version of Dreamweaver you are using.
Copy link to clipboard
Copied
He may be as busy as I am, lol 🙂
Copy link to clipboard
Copied
Yeah, too 😄
Copy link to clipboard
Copied
I was not recieving the notification in my email 😄
I'm using that last version and the problem keeping.
I know the unit 'fr' is not recgnized by DW. Just the indentation is so strange in view-source. When I write with other IDE it works very well, only with DW.
Copy link to clipboard
Copied
When I write with other IDE it works very well, only with DW.
By @Adriano_Alves
Does it tell you something?
Copy link to clipboard
Copied
as @Jon Fritz told you is a know bug from Dreamweaver which doesn't recognise the fr unit as correct,
warn, that you line 78, use a string '1fr' and not a unit size 1fr
Copy link to clipboard
Copied
I solve the indetation problem. I changed CR (Macintosh) to CR LF (Windows) in Preferences > Code Format because my sistem is Windows.
Thank you everyone that helped me.