= Preventing forced returns in the output = === Issue: === I'm trying to prevent forced return (Shift + Enter) characters in Framemaker from appearing in my Webworks Help output. === Resolution: === What you will want to do is perform an override on Content.xsl for your project (Formats\WebWorks Help 5.0\Transforms) For more information on Format overrides, go to the following website: http://www.webworks.com/Technical_Assistance/Tech_Notes/Common/EX_ePub_Project_Format_Overrides.shtml Once you have created your directory path and copied the file, you will either comment out or delete the following text: {{{ }}} You can edit that file in any XML or text editor. Save the file, and regenerate the output. ---- CategorySolutionsOverrides