Witam
mam strone oparta na CMS joomlana i na podstronach :
http://wirtualnyelk.pl/ogloszenia.htmlhttp://wirtualnyelk.pl/foto-galeria.htmlhttp://wirtualnyelk.pl/forum.htmlna których są komponenty brak jest wewnętrznych krawędzi lewej i prawej kolumny, lub jak kto woli brak jest krawedzi środkowej kolumny.
Tzn zacierają się one wraz z końcem komponentu który jest wyświetlany na ów podstronach w srodkowej kolumnie.
na innym forum zasugerowano mi ze chodi o clear:both , jakoś tak .ale ze nie jestem informatykiem przyszedłem tutaj prośić o pomoc.
poniżej pokaże kod z pliku index.php
<?php
/**
* @copyright Copyright (C) Lucjan Suski dddd
*/
// no direct access
defined( '_JEXEC' ) or
die( 'Restricted access' );
?>
<!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="
<?php echo $this->language; ?>" lang="
<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="
<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="
<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="
<?php echo $this->baseurl ?>/templates/wirtualnyelk.pl/css/style.css" />
<!--[if IE 7]>
<link rel="stylesheet" href="
<?php echo $this->baseurl ?>/templates/wirtualnyelk.pl/css/ie7.css" />
<![endif]-->
<script type="text/javascript" src="
<?php echo $this->baseurl ?>/templates/wirtualnyelk.pl/js/imieniny.js"></script>
</head>
<body>
<div id="main">
<div id="top">
<script type="text/javascript">
pokaz();
</script>
<jdoc:include type="modules" name="top" />
</div>
<div id="header">
<a href="
<?=$this->baseurl;?>"><img src="
<?php echo $this->baseurl ?>/templates/wirtualnyelk.pl/images/head_left.gif" alt="wirtualnyelk.pl"/></a>
</div>
<div id="topmenu">
<jdoc:include type="modules" name="topmenu" />
</div>
<div id="leftcolumn">
<img class="herb" src="
<?php echo $this->baseurl ?>/templates/wirtualnyelk.pl/images/herb_2.gif" alt=""/>
<jdoc:include type="modules" name="left" style="xhtml" />
</div>
<div id="content">
<div id="mainmenu">
<jdoc:include type="modules" name="mainmenu" />
</div>
<div id="banerek">
<div id="banerek_inner"><jdoc:include type="modules" name="banerek" /></div>
</div>
<?php if($this->countModules('newsflash and aktualnosci and komunikaty')) : ?>
<div id="topnews">
<div class="newsflash">
<jdoc:include type="modules" name="newsflash" />
</div>
<img src="
<?php echo $this->baseurl ?>/templates/wirtualnyelk.pl/images/border.gif" alt="|"/>
<div class="aktualnosci">
<span style="font-size:11px;font-weight:bold;">KRONIKA KPP / PSP:</span>
<jdoc:include type="modules" name="aktualnosci" />
<a href="
<?php echo JROUTE
::_
('index.php?option=com_content&view=category&id=74')?>" class="readon">Więcej artykułów</a>
</div>
<img src="
<?php echo $this->baseurl ?>/templates/wirtualnyelk.pl/images/border.gif" alt="|"/>
<div class="komunikaty">
<span style="font-size:11px;font-weight:bold">KOMUNIKATY:</span>
<jdoc:include type="modules" name="komunikaty" />
<a href="
<?php echo JROUTE
::_
('index.php?option=com_content&view=category&id=59')?>" class="readon">Więcej artykułów</a>
</div>
<div class="clearfix"></div>
</div><?php endif; ?>
<jdoc:include type="modules" name="zdjecie" />
<div style="clear:both">
<jdoc:include type="modules" name="content" />
<div id="srodek">
<jdoc:include type="message" />
<?php
if($_REQUEST['view']!='frontpage')
{
?>
<jdoc:include type="component" />
<?php
}
else{
?>
<div class="newsbox">
<div class="head">Fakty
</div>
<div class="content">
<jdoc:include type="modules" name="fakty" />
</div>
</div>
<div class="baner">
<jdoc:include type="modules" name="banerf" />
</div>
<div class="newsbox">
<div class="head">Sport</div>
<div class="content">
<jdoc:include type="modules" name="sport" />
</div>
</div>
<div class="baner">
<jdoc:include type="modules" name="baners" />
</div>
<div class="newsbox">
<div class="head">Kulturalia</div>
<div class="content">
<jdoc:include type="modules" name="kultura" />
</div>
</div>
<div class="baner">
<jdoc:include type="modules" name="banerk" />
</div>
<div class="adsman"><jdoc:include type="modules" name="adsman" /></div>
<?php } ?>
</div>
</div>
</div>
<div id="rightcolumn">
<jdoc:include type="modules" name="right" style="xhtml" />
</div>
<div style="clear:both;"></div>
</div>
<div id="footer"><jdoc:include type="modules" name="footer" /></div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7611334-6");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>
prosze o pomoc co zrobic zeby te krawędzie były od początku do końca.