[Pro] Max's Email ready HTML action

I’m posting this here as well as emailing Max direct because I know he’s a busy man and thought it might be useful to other ‘novices’ like myself.

  1. I was having problems with pound signs and degree symbols changing to question marks after applying Max’s action. Solution: Edit the html output (when finished) in a text editor and change the question marks to entities using a chart like this one http://www.evolt.org/article/A_Simple_Character_Entity_Chart/17/21234/
    I tried using the ‘source code snooper’ action to edit the html within FW but this didn’t appear to have worked when uploaded - I don’t know if Max’s action overrides this.

  2. The colours of links changes when the action is applied. I’m guessing this is something to do with styles and the fact that I don’t have them set up correctly, but I don’t know how to fix this yet - any suggestions?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

There is a problem with the way that Freeway generates external files
through the Actions API, and the net result is that unless your page
is set to one particular output character encoding, then you will have
any “high bit” character (anything above 127 on the ASCII code table)
appear as either the missing glyph character or some random character
you didn’t anticipate. I suspect that’s what’s going on here in 1.

In 2, are you using different link styles on the inserted element than
the rest of the page? Are you defining those styles in the inserted
element or on the main page into which the inserted element is
“injected”? If the styles aren’t in the parent page, then they don’t
exist, because the inserted part comes without the HEAD element, so
those styles would be missing. You can try switching on External
Stylesheets in the Output tab of the File / Document Setup dialog, and
see if that changes anything, but I believe that link styles are set
in the page HEAD regardless of this setting.

Walter

On May 21, 2010, at 7:28 AM, neil.west1 wrote:

I’m posting this here as well as emailing Max direct because I know
he’s a busy man and thought it might be useful to other ‘novices’
like myself.

  1. I was having problems with pound signs and degree symbols
    changing to question marks after applying Max’s action. Solution:
    Edit the html output (when finished) in a text editor and change the
    question marks to entities using a chart like this one http://www.evolt.org/article/A_Simple_Character_Entity_Chart/17/21234/
    I tried using the ‘source code snooper’ action to edit the html
    within FW but this didn’t appear to have worked when uploaded - I
    don’t know if Max’s action overrides this.

  2. The colours of links changes when the action is applied. I’m
    guessing this is something to do with styles and the fact that I
    don’t have them set up correctly, but I don’t know how to fix this
    yet - any suggestions?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Actually, forget what I wrote about 2, I thought this was a different
Action and didn’t read through the question well enough.

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Walt,

I am having a similar problem with strange characters appearing in a .inc implementation. Double spaces for example come out as a visible character.

You suggest setting the page to “one particular output character encoding” Wanna share which one? Thanks for the unexpected help.

Jan


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I don’t recall off-hand, try Western Mac Roman, I think that’s the one.

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options