[Pro] Attribute Quotes

Im building pages that get pulled into a database system. The code is getting bounced by that system because that system is demanding quotes around all tag attributes (ie: <… width=120 to width=“120”> etc…).

Is there an action or any way to force freeway to enclose all attributes in quotes?


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

Try setting your output mode to XHTML Strict. That requires quoted attributes, while HTML 4.01 Transitional does not. You can change this on all pages at once by selecting each of your Master Pages, switching to the Export tab (third from left) and choosing the option in the HTML picker. You can make this change for any future pages that you create by opening up the Export tab of the Document Setup dialog. (This latter only changes any pages you create after the change, not any existing pages.)

Walter

On Jan 7, 2012, at 11:01 AM, Gregg Healy wrote:

Im building pages that get pulled into a database system. The code is getting bounced by that system because that system is demanding quotes around all tag attributes (ie: <… width=120 to width=“120”> etc…).

Is there an action or any way to force freeway to enclose all attributes in quotes?


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

I had the document set as strict xhtml and assumed all pages were being output as such but never paid much attention because they worked, until importing them into this new system. The page in question was not set as strict…is now. “Fixed”.

Thanks!


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