Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Placing spacing between replies in topics

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
leesh695 Posted - 17 March 2008 : 05:46:24
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.<
11   L A T E S T    R E P L I E S    (Newest First)
texanman Posted - 22 April 2008 : 12:08:04
Thanks cripo9t:
I used the same code to make space between the replies as well. Perfect!<
leesh695 Posted - 23 March 2008 : 20:48:54
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 :)<
leesh695 Posted - 23 March 2008 : 13:37:34
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.<
cripto9t Posted - 23 March 2008 : 09:56:54
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 <
leesh695 Posted - 22 March 2008 : 18:16:23
I still cant find the solution to this <
leesh695 Posted - 18 March 2008 : 16:32:49
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.
<
cripto9t Posted - 18 March 2008 : 13:23:31
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?<
leesh695 Posted - 18 March 2008 : 07:54:13
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.<
leesh695 Posted - 17 March 2008 : 08:01:10
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<
HuwR Posted - 17 March 2008 : 07:46:57
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;"/><
cripto9t Posted - 17 March 2008 : 07:31:10
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.<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.08 seconds. Powered By: Snitz Forums 2000 Version 3.4.07