Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Removing white space in template  (Read 5344 times)

0 Members and 1 Guest are viewing this topic.

ctcentralinfo

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 38
Removing white space in template
« 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.
« Last Edit: March 29, 2006, 07:52:19 am by ctcentralinfo »
Logged

ctcentralinfo

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 38
Re: Removing white space in template
« Reply #1 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?

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Removing white space in template
« Reply #2 on: March 29, 2006, 08:33:47 am »

post a screenshot with the area highlighted that you want to see removed.
Logged

ctcentralinfo

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 38
Re: Removing white space in template
« Reply #3 on: March 29, 2006, 03:13:27 pm »

(http://i4.photobucket.com/albums/y121/ctcentralinfo/footer.gif)

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Removing white space in template
« Reply #4 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.
Logged
Pages: [1]   Go Up
 

Page created in 0.048 seconds with 19 queries.