CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> Wishes

 HTML Editor wish

Print topic Send  topic

Author Message
DonB
Posted: 08/16/2004, 9:58 PM

I noticed a peculiar behavior, that I wish was controllable via the HTML
Editor property/options:

When I enter inline CSS (in a <STYLE> block), the css editor reformats the
CSS within the block. So, if I have 10 lines of CSS directives entered,
eventually the editor will reformat them into one very long line of text.

This is made worse by the fact I had to increase my maximum text line-width
for the editor. This was due to the wraparound that was occurring with many
of my <TEXTAREA> blocks. This causes undesired extra whitespace to show up
in the text area when viewed in a browser. I essentially defeated the line
wrapping by making the lines hideously long (500 characters).




--
DonB

http://www.gotodon.com/ccbth


eiden


Posts: 34
Posted: 08/19/2004, 11:54 AM

You can avoid this by using <!-- and --> :

<style type="text/css">  
<!--  
your stylesheet here  
-->  
</style>

View profile  Send private message
DonB
Posted: 08/19/2004, 10:14 PM

Hmmm, interesting. Shouldn't have to resort to that, but I'll take it!

thanks,

--
DonB

http://www.gotodon.com/ccbth


"eiden" <eiden@forum.codecharge> wrote in message
news:224124f75b189b9@news.codecharge.com...
> You can avoid this by using <!-- and --> :
>
>
<style type="text/css">  
> <!--  
> your stylesheet here  
> -->  
> </style>
>
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>


Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.