Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Site Integration - Get rid of white space ?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

RebelTech
Average Member

USA
613 Posts

Posted - 22 November 2003 :  17:57:30  Show Profile  Visit RebelTech's Homepage  Send RebelTech an ICQ Message
How can I get rid of the white / blank space around the top / left / bottom of my site? I have installed the site integration mod and I am using the inc_site_header , inc_site_left , inc_site_footer asps. They are creating about a 10 pixel white or blank space around my site. I have already removed as many cellspacings as I could find with no help. Anyone?

xx ENIGMA xx
Junior Member

166 Posts

Posted - 22 November 2003 :  19:53:19  Show Profile  Send xx ENIGMA xx an AOL message
this will help kill some of that space, not
sure if it's the proper format or correct
place to use it but I tested it and it worked.

in ( inc_header.asp ) find this at the top:

%>
<!--#INCLUDE FILE="inc_func_common.asp" -->
<%

directly below this, add the following:

Response.Write "<body leftmargin=""0"" topmargin=""0""> "




my little forum playground


Edited by - xx ENIGMA xx on 22 November 2003 20:01:41
Go to Top of Page

RebelTech
Average Member

USA
613 Posts

Posted - 22 November 2003 :  21:07:24  Show Profile  Visit RebelTech's Homepage  Send RebelTech an ICQ Message
That worked like a charm! Thanks ENIGMA. Do you have any ideas for this one:
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=49422
Go to Top of Page

guessme
Banned User

393 Posts

Posted - 25 November 2003 :  18:45:00  Show Profile  Visit guessme's Homepage
I resized my title to 1x1.

Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 25 November 2003 :  20:10:19  Show Profile  Visit dayve's Homepage
I normally control the spacing this way:

<style>
.bodyspace
	 	{	
		margin-top: 2px; 
		margin-right: 0px; 
		margin-bottom: 0px; 
		margin-left: 0px;
		}
</style>

<body class="bodyspace">

Go to Top of Page

RebelTech
Average Member

USA
613 Posts

Posted - 26 November 2003 :  05:09:51  Show Profile  Visit RebelTech's Homepage  Send RebelTech an ICQ Message
dayve,
Will that work in any browser? I seem to remember having to use topmargin for one browser and something else for another.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.35 seconds. Powered By: Snitz Forums 2000 Version 3.4.07