Hi Everyone
Here is a fix for the issue where on publishing using Contribute (CS3 / CS4) extra line spacing is added into the HTML code on publish.?Everytime you publish using Contribute extra line spacing is added between the lines of coding destroying the formatting over time.
(See attached PDF document for the complete how to step-by-step fix.)
The issue lies in the line break type defined in Adobe Contribute settings.?Where the web server type, the website is hosted on Unix / Windows, is different from the line break type defined in Contribute's settings under...
Users %26amp; Roles %26gt; Editing %26gt; Line break Type
For example:
%26lt;!DOCTYPE HTML PUBLIC ''-//W3C//DTD HTML 4.01 Transitional//EN'' ''http://www.w3.org/TR/html4/loose.dtd''%26gt;
%26lt;html%26gt;
%26lt;head%26gt;
%26lt;meta http-equiv=''Content-Type'' content=''text/html; charset=utf-8''%26gt;
%26lt;title%26gt;Website Tile%26lt;/title%26gt;
%26lt;meta name=''keywords'' content=''Keywords here'' /%26gt;
%26lt;meta name=''description'' content=''Description here'' /%26gt;
On publish becomes:
%26lt;!DOCTYPE HTML PUBLIC ''-//W3C//DTD HTML 4.01 Transitional//EN'' ''http://www.w3.org/TR/html4/loose.dtd''%26gt;
.
%26lt;html%26gt;
.
%26lt;head%26gt;
.
%26lt;meta http-equiv=''Content-Type'' content=''text/html; charset=utf-8''%26gt;
.
%26lt;title%26gt;Website Tile%26lt;/title%26gt;
.
%26lt;meta name=''keywords'' content=''Keywords here'' /%26gt;
.
%26lt;meta name=''description'' content=''Description here'' /%26gt;
(dots are used just to space the text in the forum thread post, they represent blank lines between the lines of code)
No comments:
Post a Comment