Display Coding indentions - Post ID...

User 2797275 Photo


Registered User
1 post

I am evaluating your HTML Editor before I purchase it. One thing I have not been able to figure out is to display my text in my files I the coding style indentions.
Example of what is being displayed is :

<div class="frame-image-outborder">
<div class="frame-image-inborder">
<div id="JQCycle1" class="JQslideshow" style="width: 500px;
</div>
</div>
</div>

I would like it to display:
<div class="frame-image-outborder">
<div class="frame-image-inborder">
<div id="JQCycle1" class="JQslideshow" style="width: 500px; height: 333px;">
<img src="JQuery/imageJQ-1.jpg" width="500" height="333">
</div>
</div>
User 271657 Photo


Ambassador
3,816 posts

Do you mean how to indent the code?
Like this (underlines represent indentation):

<div class="frame-image-outborder">
___<div class="frame-image-inborder">
_____<div id="JQCycle1" class="JQslideshow"... ></div>
___</div>
</div>

Have a look at Tools > Preferences > Customization – click the Modify Options button to see tabs and indent & line wraps

Welcome to the forums :)
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.