https://www.icyphoenix.com/viewtopic.php?f=35&t=5896&p=40151#p40151 ----------------------------------- Riwer Mon 01 Jun, 2009 13:00 Re: Want To Make A Certain CMS Block ----------------------------------- in the script find: [code linenumbers=false] $output .= " \n";[/code] replace with: [code linenumbers=false] $output .= " \n";[/code] is more than one line to replace, only replace all the same lines and find: [code linenumbers=false] $output .= " \n"; [/code] replace with: [code linenumbers=false] $output .= " \n"; [/code]