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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Placing spacing between replies in topics
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

leesh695
Junior Member

101 Posts

Posted - 17 March 2008 :  05:46:24  Show Profile  Reply with Quote
What I wanted to know is, is it possible to put a gap inbetween replies to topics so they are not all joined together? Just a about a centimeter gap would be fine. I would want the gap just to have the normal background there.

I would also like to reduce the size of the reply box to about half of what it is now. I know it adjusts size based on screen size, I dont want it a set size I just want it to be centeral to page at about half the width they apper now.<

Edited by - leesh695 on 17 March 2008 05:52:16

cripto9t
Average Member

USA
881 Posts

Posted - 17 March 2008 :  07:31:10  Show Profile  Reply with Quote
In topic.asp find this code
	Response.Write	"                  </table>" & vbNewLine & _
			"                </td>" & vbNewLine & _
			"              </tr>" & vbNewLine
End Sub

Add this code right before the line "End Sub"
	Response.Write	"            </table>" & vbNewLine & _
			"          </td>" & vbNewLine & _
			"        </tr>" & vbNewLine & _
			"      </table>" & vbNewLine & _
			"    </td>" & vbNewLine & _
			"  </tr>" & vbNewLine & _
			"</table>" & vbNewLine & _
                        "<br />" & vbNewLine & _
                        "<table align=""center"" border=""0"" cellPadding=""0"" cellSpacing=""0"" width=""95%"">" & vbNewLine & _
			"  <tr>" & vbNewLine & _
			"    <td>" & vbNewLine & _
  			"      <table border=""0"" width=""100%"" cellspacing=""0"" cellpadding=""0"" align=""center"">" & vbNewLine & _
			"        <tr>" & vbNewLine & _
			"          <td bgcolor=""" & strTableBorderColor & """>" & vbNewLine & _
			"            <table border=""0"" width=""100%"" cellspacing=""1"" cellpadding=""4"">" & vbNewLine

If you want a bigger space, add another <br /> between the tables.<

    _-/Cripto9t\-_
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 17 March 2008 :  07:46:57  Show Profile  Visit HuwR's Homepage  Reply with Quote
quote:
If you want a bigger space, add another <br /> between the tables.
or add a style to the <br/> tag to set it's height like <br style="line-height:1em;"/><
Go to Top of Page

leesh695
Junior Member

101 Posts

Posted - 17 March 2008 :  08:01:10  Show Profile  Reply with Quote
Thanks that worked great,

Could you tell me where to include the in the guestbook mod too?

Here is my guestbook.asp text file.

http://www.hwaronecity.info/guestbook.txt<
Go to Top of Page

leesh695
Junior Member

101 Posts

Posted - 18 March 2008 :  07:54:13  Show Profile  Reply with Quote
Any luck with this? lol.

Ive been trying for a while with no luck cant seem to find the correct table or place to insert the code.<

Edited by - leesh695 on 18 March 2008 08:05:56
Go to Top of Page

cripto9t
Average Member

USA
881 Posts

Posted - 18 March 2008 :  13:23:31  Show Profile  Reply with Quote
quote:
or add a style to the <br/> tag to set it's height like <br style="line-height:1em;"/>
Cool thats good to know.

leesh695, what do you want to seperate? It looks like a list of
guest sigs to me. Is there something in the table before the sigs?<

    _-/Cripto9t\-_
Go to Top of Page

leesh695
Junior Member

101 Posts

Posted - 18 March 2008 :  16:32:49  Show Profile  Reply with Quote
Well, Im making this layout for my girlfriends site and using that code you gave me, and changing this line

"      <table border=""0"" width=""100%"" cellspacing=""0"" cellpadding=""0"" align=""center"">" & vbNewLine & _

to

"      <table border=""0"" width=""50%"" cellspacing=""0"" cellpadding=""0"" align=""center"">" & vbNewLine & _

I made layout of topic.asp to like this.




What I want to do is make the guestbook page have the same format, replies atm look like this.


Is it possible to do that? I am just talking about the box size and space between. I dont have a problem with where signed by is on the guestbook one.
<

Edited by - leesh695 on 18 March 2008 16:35:08
Go to Top of Page

leesh695
Junior Member

101 Posts

Posted - 22 March 2008 :  18:16:23  Show Profile  Reply with Quote
I still cant find the solution to this <
Go to Top of Page

cripto9t
Average Member

USA
881 Posts

Posted - 23 March 2008 :  09:56:54  Show Profile  Reply with Quote
Try This Might have to right click and save.

Replace your file with this one. I added a new row instead of using <br />, hopefully I added it in the right spots <

    _-/Cripto9t\-_
Go to Top of Page

leesh695
Junior Member

101 Posts

Posted - 23 March 2008 :  13:37:34  Show Profile  Reply with Quote
Thanks :d

It worked for the spacing fine but which line do i change to 50% to make them only fill half the screen?#

Thanks again so much for doing this to me.<
Go to Top of Page

leesh695
Junior Member

101 Posts

Posted - 23 March 2008 :  20:48:54  Show Profile  Reply with Quote
After looking harder into the changes that you made I managed to work out what to change.

Thanks alot cripto9t :D.

Let me know if you ever need anything :)<
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 22 April 2008 :  12:08:04  Show Profile  Reply with Quote
Thanks cripo9t:
I used the same code to make space between the replies as well. Perfect!<
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.15 seconds. Powered By: Snitz Forums 2000 Version 3.4.07