trichview.com

trichview.support




Re: More compact html-source


Return to index


Author

Message

Sergey Tkachenko

Posted: 11/12/2004 23:03:35


> Is there a way to make this source more compact?


There are two reasons for not changing the current output:

- some older browsers do not understand a shot for of css

- it's easier to write a difference between styles (for all styles except

for rvts0 the difference from the 0-th style is saved)


>

> 1. I'd like to remove the extra info like :

> /* ========== Text Styles ========== */

>


But it's only two lines of comments...


> 2. I'd like this on one line:

> span.rvts1 /* Heading */

> {

>  font-weight: bold;

>  color: #0000ff;

> }

>

> Like:

> span.rvts1 { font-weight: bold; color: #0000ff; }


But there are may be many properties


>

> 3. Finally I'd like to change the 'rvts' en 'rvps' into something else

like

> 'ts' and 'ps'.


Planned for future. I plan to add HTMLWriteProperties like RTFReadProperties

with many options.


>

> Do I need to change the .pas files or is there a better way?

> (I don't like to change the .pas files because of the updates everything

> is gone...)





Powered by ABC Amber Outlook Express Converter