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: General / Classic ASP versions(v3.4.XX)
 Small Gap
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

gareth_moore_2000
Junior Member

United Kingdom
262 Posts

Posted - 27 July 2003 :  09:28:45  Show Profile
On my forums, I am trying to put everything in tables.

I have my header in a table
I have my login area in a table
and then the existing forum table.

There is supposed to be a 10 pixel gap between all the tables (which has a sort of fade image in).

If you see on my page http://www.harchester.net/test-forum/default.asp

There is a 10 pixel gap between the header and the login area.
BUT then there is more than a 10 pixel gap between the login area and where the forum tables start. It is like this on all the pages !

Can anyone suggest what it is ?

GauravBhabu
Advanced Member

4288 Posts

Posted - 27 July 2003 :  10:09:13  Show Profile
It is due to the <br /> tags. Remove the <br /> tags highlighted in red below:

<tr>
 <td colspan="3" align="left"><font face="Arial" size="1">
   <a href="password.asp" onMouseOver="(window.status='Choose a new password if you have forgotten your current one...'); return true" onMouseOut="(window.status=''); return true" tabindex="-1">Forgot your Password?</a>
   <br /><br /></font></td>
</tr>

CSS and HTML4.01 Compilant Snitz Forum . ForumSquare . Rakesh Jain

It is difficult to IMPROVE on Perfection, There is no harm in Keep Trying.

Prayer Of Forgiveness
"I forgive all living beings. May all living beings forgive me!
I cherish the friendliness towards all and harbour enmity towards none." -- Aavashyaka Sutra(Translated)
Go to Top of Page

gareth_moore_2000
Junior Member

United Kingdom
262 Posts

Posted - 27 July 2003 :  10:24:49  Show Profile
No, I have tried this, I have removed both instances of </br></br>
and its still the same.

Those tages are 'within' the login/out area, but this small gap appears to be BELOW the login/out area.

It seems to be where the inc_header.asp meets each page (ie default.asp, forums.asp etc etc)

I was thinking that this gap could actually be in each individual page (rather than the header) but that still leaves to question of here !
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 27 July 2003 :  10:30:02  Show Profile
Try adding the following within the <head> </head> tags


<style type="text/css">
 form{margin:0px;}
</style>


However i noticed that the gap is no longer there on the page at link posted by you.

Edited by - GauravBhabu on 27 July 2003 10:31:24
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 27 July 2003 :  10:40:27  Show Profile
May be I am looking at a different gap. But I also noticed this on default.asp

The html generated by the code in default.asp inserts a row (without any content) could be the reason for the gap below the shaded area.

    </script>
      <table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
        <tr>
          <td>
            <table width="100%" border="0">
              <tr>
                <td></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr>
          <td bgcolor="000000">
            <table border="0" width="100%" cellspacing="1" cellpadding="4">
              <tr>
Go to Top of Page

gareth_moore_2000
Junior Member

United Kingdom
262 Posts

Posted - 27 July 2003 :  12:06:10  Show Profile
I had a look in default.asp
and I deleted the parts of the code which were for subscriptions and show newest member etc. Even tho I have these turned off, it must still generate the tables in which they sit (but obviously not show the code). So I have deleted that part of the code.
This has worked !

But this only explains for default.asp.

I now know that the gap is not present in inc_header.asp and so now have to look at the code in each page !
I guess it could also be subscriptions that is doing this in forum.asp too !
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.43 seconds. Powered By: Snitz Forums 2000 Version 3.4.07