Не как не могу убрать пробел между шапкой и майнменю. Вот сайт http://wapql.ru
Вот кусок майнменю
<?
/**
* @package JohnCMS
* @link http://johncms.com
* @copyright Copyright (C) 2008-2011 JohnCMS Community
* @license LICENSE.txt (see attached file)
* @version VERSION.txt (see attached file)
* @author http://johncms.com/about
*/
defined('_IN_JOHNCMS') or die('Error: restricted access');
if(file_exists($rootpath.'theme/'.$set_user['skin'].'/incfiles/mainmenu.php'))
require_once($rootpath .'theme/'.$set_user['skin'].'/incfiles/mainmenu.php'); else {
$mp = new mainpage();
/*
-----------------------------------------------------------------
Блок информации
-----------------------------------------------------------------
*/
echo '<div class="gmenu">Добро пожаловать на фан-сайт мобильной игры Qianlong Online!
';Что не так?