Module issues - Joomla! Forum - community, help and support
i created basic joomla template today , put online. looks great
except there no space between modules in right hand column, nor module titles showing (and yes, selected 'yes' display title when creating modules).
here template code:
any appreciated.
many thanks,
cynthia
except there no space between modules in right hand column, nor module titles showing (and yes, selected 'yes' display title when creating modules).
here template code:
code: select all
<?php 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/islandtickle13/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/islandtickle13/css/styles.css" type="text/css" />
</head>
<div class="header">
<table class="masthead" cellspacing="0" cellpadding="0" align="center">
<tr valign="top">
<td align="center"><jdoc:include type="modules" name="toplinks" /></td>
</tr>
<tr valign="bottom">
<td align="right"><a href="index.php?option=com_adsman&view=adsman&task=show_search&itemid=23"><img src="images/search.png" border="0" style="margin-right:45px ; padding-top:50px" /></a></td>
</tr>
<tr valign="bottom">
<td align="center"><jdoc:include type="modules" name="topnav" /></td>
</tr>
</table>
</div>
<div class="main">
<div class="inner">
<table width="933" cellspacing="0" cellpadding="0">
<tr valign="top">
<td class="lcolumnn">
<div style="padding:36px 10px 10px 10px">
<jdoc:include type="component" />
</div>
</td>
<td class="rcolumn" align="center"><jdoc:include type="modules" name="right" /></td>
</tr>
</table>
</div>
</div>
<div class="footer"><jdoc:include type="modules" name="footer" /></div>
</body>
</html>
any appreciated.
many thanks,
cynthia
do have link site?
Comments
Post a Comment