PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, July 26, 2022

[FIXED] How to edit Dreamweaver auto close tags?

 July 26, 2022     dreamweaver, html, html-editor     No comments   

Issue

<div class="test" 

to

<div class="test"></div><!-- test out -->

Are you able to edit Dreamweaver's auto close tags to something like the example above or can any editor that help you do that?


Solution

No. Dreamweaver can't do that.



Answered By - JCL1178
Answer Checked By - Senaida (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing