[ic] How to remove white space?

Andreas Grau agrau at esquat.com
Sat Sep 3 08:40:37 EDT 2005


Maybe enter a valid hex for the background-color in your body css:

Instead:
BODY {
   background-color: #00000;

use:
BODY {
   background-color: #000000;


Tito wrote:
> Hello,
> 
> I would like to know if anyone can tell me how can I remove the white space
> off of my page?  If you go to this link
> http://www.daemonracing.com/cgi-bin/daemonracing/login.html u will notice at
> the bottom of my webpage that I have a block of white space.  What do I need
> to look for in the .html pages to remove these white space blocks?
> 
> Thanks,
> Tito
> 
> _______________________________________________
> interchange-users mailing list
> interchange-users at icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
> 
> 


More information about the interchange-users mailing list