i what to create a nice styled page with only one image map in one modul.
Also the menu is included in image map.

Where can i disable all other stuff on page?
i was thinking of m2c modul to component but it is only half way.

Help would be very nice.
Please post all new support queries in our New Forum.
defined('_JEXEC') or die;
?>
<!DOCTYPE html>
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"
class='<jdoc:include type="pageclass" />'>
<head>
<jdoc:include type="head" />
</head>
<body>
<?php $this->loadBlock('spotlight-1') ?>
</body>
</html>
defined('_JEXEC') or die;
?>
<?php if ($this->checkSpotlight('spotlight-1', 'position-1, position-2, position-3, position-4')) : ?>
<!-- SPOTLIGHT 1 -->
<div class="container t3-sl t3-sl-1">
<?php $this->spotlight('spotlight-1', 'position-1, position-2, position-3, position-4') ?>
</div>
<!-- //SPOTLIGHT 1 -->
<?php endif ?>
body {
margin: 0;
{
<?php
/**
* @package T3 Blank
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
?>
<?php
// CUSTOM CSS
if (is_file(T3_TEMPLATE_PATH . '/css/custom.css')) {
$this->addStyleSheet(T3_TEMPLATE_URL . '/css/custom.css');
}
?>
<?php $this->loadBlock('header-1') ?>
<?php $this->loadBlock('spotlight-1') ?>
<div class="col-md-12">
to <div class="col-md-12 col-xs-8 col-sm-8">
<div class="col-md-12 col-xs-8 col-sm-8">
to <div class="col-md-12 col-xs-12 col-sm-12">
, it looks great.<head>
<jdoc:include type="head" ></jdoc:include>
</head>
<head>
<jdoc:include type="head" ></jdoc:include>
<?php $this->loadBlock ('head') ?>
</head>