hi all. is is possible to remove unused space in the source code of generated pages?
Example:
to show like:Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="description" content="Pligg Content Management System" /> <meta name="keywords" content="Pligg Content Management System" /> <meta name="Language" content="en-us" /> <meta name="Robots" content="All" /> <link rel="stylesheet" type="text/css" href="/templates/p/css/main.css" media="screen" />
I've tried to edit templates, but without success. thanksCode:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="description" content="Pligg Content Management System" /> <meta name="keywords" content="Pligg Content Management System" /> <meta name="Language" content="en-us" /> <meta name="Robots" content="All" /> <link rel="stylesheet" type="text/css" ref="/templates/p/css/main.css" media="screen" />



Reply With Quote
I'm editing .tpl files from template folder that currently enabled. Site is on localhost. I'm pretty sure I;m editing right files. I can get rid of meta or css links for example, but can't remove this empty space. I think it's generated by the pligg itself. If i remove empty space from 



