paulmason411
Posts: 127
|
| Posted: 07/09/2008, 11:16 PM |
|
Hey Guys,
I was wondering if anyone knows a setting for codecharge so that it doesn't automatically keep collapsing my code on to one line. Another similar annoyance is that it will automatically put the '<!-- END' tags at the end of the previous line.
Here is an example:
My code:
<!- BEGIN Row -->
<input ....>
<input ....>
<input ....>
<!-- END Row -->
What code charge does to my code:
<!- BEGIN Row --><input ....><input ....><input ....><!-- END Row -->
Any ideas?
_________________
http://paulmason.name - Web Development Blog
|
 |
 |
datadoit
|
| Posted: 07/10/2008, 5:34 AM |
|
Me thinks this is configurable under Tools -> Options -> HTML Formatting.
|
|
|
 |
paulmason411
Posts: 127
|
| Posted: 07/10/2008, 11:37 PM |
|
Thanks.
I ticked:
- Break within tags
- Break between tags
And its fixed. IMO it should be ticked by default,
Thanks again.
_________________
http://paulmason.name - Web Development Blog
|
 |
 |
Oper
Posts: 1195
|
| Posted: 07/11/2008, 7:01 AM |
|
Do not uncheck the uppercase TAG.
advised.
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
|