forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: ctcentralinfo on March 29, 2006, 07:44:11 am

Title: Removing white space in template
Post by: ctcentralinfo on March 29, 2006, 07:44:11 am
I have had classic template modified on my side: http://www.cooltechcentral.com/Multimedia/

I went to the style sheet and removed the Hex code FFFFFF, but it didn't seem to work. Any advice?
I am trying to remove the white in the header and footer.
Title: Re: Removing white space in template
Post by: ctcentralinfo on March 29, 2006, 08:03:09 am
Update:

I managed to remove all of the white space except in the footer:

http://www.cooltechcentral.com/Multimedia/

I went to the template theme section and removed the Hex code FFFFF does anyone know how I can remove the white space in the footer?
Title: Re: Removing white space in template
Post by: Joachim Müller on March 29, 2006, 08:33:47 am
post a screenshot with the area highlighted that you want to see removed.
Title: Re: Removing white space in template
Post by: ctcentralinfo on March 29, 2006, 03:13:27 pm
(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fi4.photobucket.com%2Falbums%2Fy121%2Fctcentralinfo%2Ffooter.gif&hash=650cbfe096bae00d31c450565a0bd22f92514e2d)
Title: Re: Removing white space in template
Post by: Joachim Müller on March 29, 2006, 08:28:45 pm
get rid of that text the same way you added it in the first place: edit http://www.cooltechcentral.com/Multimedia/themes/classic/template.html, find
Code: [Select]
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td align="center">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr><td class="footer_01" width="20" height="23"></td>
<td class="footer_02" width="939" height="23" align="center">
&nbsp;|&nbsp;<a class="stopka_link" href="/">Home</a>&nbsp;|&nbsp;

</td>
<td class="footer_03" width="21" height="23"></td>
</tr>
</table>
</td>
      </tr>
    </table>
    <table border="0" width="100%" cellspacing="0" cellpadding="0" class="footer" bgcolor="#DDE2E8">
      <tr>

        <td class="footerbottom" bgcolor="#DDE2E8">The Cool Tech Central name and logo are trademarks of
Cool Tech, Inc. All prices and specifications<br>are subject to change without notice
. Copyright © 2005 Cool Tech,Inc. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a> Design by <a href="http://www.notus.biz" target="_blank">www.notus.biz</a></td>
      </tr>
</table>
and remove it (or comment it out by putting <!-- in front of it and --> at the end).

Joachim

P.S. In your subject, you refered to the term "whitespace". This is used for areas without any content (hence the name). It appears that you don't want to remove whitespace, but content.