The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
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.<
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.<
Last edited by leesh695 on 17 March 2008, 05:52
Posted
In topic.asp find this code
Add this code right before the line "End Sub"
If you want a bigger space, add another <br /> between the tables.<
Code:
Response.Write " </table>" & vbNewLine & _
" </td>" & vbNewLine & _
" </tr>" & vbNewLine
End SubCode:
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
_-/Cripto9t\-_
Posted
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;"/><
Posted
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<
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<
Posted
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.<
Ive been trying for a while with no luck cant seem to find the correct table or place to insert the code.<
Last edited by leesh695 on 18 March 2008, 08:05
Posted
or add a style to the <br/> tag to set it's height like <br style="line-height:1em;"/>Cool
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\-_
Posted
Well, Im making this layout for my girlfriends site and using that code you gave me, and changing this line
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. <
Code:
" <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. <
Last edited by leesh695 on 18 March 2008, 16:35
Posted
I still cant find the solution to this
<
Posted
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.<
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.<
Posted
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 :)<
Thanks alot cripto9t :D.
Let me know if you ever need anything :)<
Email Member
Message Member
Post Moderation
FileUpload
If you're having problems uploading, try choosing a smaller image.
Preview post
Send Topic
Loading...