Hi,
Thanks for your suggestion. I've tried and I found there's something about php codes between index.php and copyright.php because whenever I change anything to the table, I got table messed and strange codes on the page.
This image is hidden for guests. Please log in or register to see it.
This is the copyright file I uploaded.
(removing <table></table>)
-------------------------------------------------------------------------------------------
<?php // no direct access
/*------------------------------------------------------------------------
# JF-FOTOSNAP - JOOMFREAK.COM JOOMLA 1.5 TEMPLATE
# ------------------------------------------------------------------------
# COPYRIGHT: (C) 2011 JOOMFREAK.COM / KREATIF MULTIMEDIA GMBH
# LICENSE: Creative Commons Attribution
# AUTHOR: JOOMFREAK.COM
# WEBSITE:
www.joomfreak.com -
www.kreatif-multimedia.com
# EMAIL:
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
-------------------------------------------------------------------------*/
defined('_JEXEC') or die('Restricted access'); ?>
-------------------------------------------------------------------------------------------
After uploading, I downloaded the copyright.php again and this is the exact file running on the server.
-------------------------------------------------------------------------------------------
<?php // no direct access
/*------------------------------------------------------------------------
# JF-FOTOSNAP - JOOMFREAK.COM JOOMLA 1.5 TEMPLATE
# ------------------------------------------------------------------------
# COPYRIGHT: (C) 2011 JOOMFREAK.COM / KREATIF MULTIMEDIA GMBH
# LICENSE: Creative Commons Attribution
# AUTHOR: JOOMFREAK.COM
# WEBSITE:
www.joomfreak.com -
www.kreatif-multimedia.com
# EMAIL:
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
-------------------------------------------------------------------------*/
defined('_JEXEC') or die('Restricted access'); ?>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td><a href="
www.<a href="
www.joomfreak.com/joomla-cms.html" title="joomla">joomla</a>.it" target="_blank" title="Powered by Joomla! Open Source Matters!"></a></td>
<td align="right"><span class="copyright">Copyright © <?php echo date('Y');?> <?php echo $title; ?></span></td>
</tr>
<tr>
<td align="right"><span class="copyright">Powered by <a href="
www.joomla.org/" title="Visit Joomla.org!" target="blank">Joomla!</a> -
<!-- COPYRIGHT - DO NOT REMOVE -->
<!-- COPYRIGHT - CREATIVE COMMONS ATTRIBUTION LICENSE 2.5 ITALY -->
Designed by joomfreak - <a href="
www.joomfreak.com" title="JoomFreak.com" target="blank">joomla templates</a></span>
<!-- END COPYRIGHT --></td>
</tr>
<tr>
<td align="right"><a href="
jigsaw.w3.org/css-validator/check/referer" target="_blank" title="<?php echo JText::_("CSS Validity");?>" style="text-decoration: none;">
<img src="<?php echo $templateUrl; ?>/images/but-css.gif" border="none" alt="<?php echo JText::_("CSS Validity");?>" hspace="0" /></a><a href="
validator.w3.org/check/referer" target="_blank" title="<?php echo JText::_("XHTML Validity");?>" style="text-decoration: none;"><img src="<?php echo $templateUrl; ?>/images/but-xhtml10.gif" border="none" alt="<?php echo JText::_("XHTML Validity");?>" hspace="18" /></a></td>
</tr>
</table>
ut-xhtml10.gif" border="none" alt="<?php echo JText::_("XHTML Validity");?>" hspace="18" /></a></td>
</tr>
</table></a></td>
</tr>
</table>
-------------------------------------------------------------------------------------------
It automatically brought back the whole table and in addition to it, there are incomplete codes(in bold red) which make this line "ut-xhtml10.gif" border="none" alt="<?php echo JText::_("XHTML Validity");?>" hspace="18" />"showing on the page.
So I'm thinking if we should change some php codes so it won't check and then generate the table and strange codes again. I have no idea about how php works or if there's any easy way solving this problem?
Thank you for your help again!!!