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 / Current Version (Old)
 Line break....
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Reloadmaster
Starting Member

32 Posts

Posted - 05 June 2001 :  16:49:18  Show Profile  Visit Reloadmaster's Homepage  Send Reloadmaster an ICQ Message
How do I do if i want a line break (<hr>) bettween the messeage and the signature...
In what .asp file do i have to edit and which line?

It was a <hr> line i wanted to separate this two...

Edited by - Reloadmaster on 06 June 2001 05:55:00

e3stone
Average Member

USA
885 Posts

Posted - 05 June 2001 :  17:39:38  Show Profile  Send e3stone an AOL message
That's a good question. <% =formatStr(rs("T_MESSAGE")) %> displays the message, but I don't understand how the signature gets in there. there's a GetSig() function in inc_functions, but hmmm, don't know how its combined with the message...

<-- Eric -->


InsideWaco.com
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 05 June 2001 :  19:34:50  Show Profile
The signature is appended to the message after you post. In post_info.asp there are two instances where you will find this code:
if Request.Form("sig") = "yes" and GetSig(STRdbntUserName) <> "" then
txtMessage = txtMessage & vbCrLf & vbCrLf & ChkString(GetSig(STRdbntUserName), "signature" )
end if
Lines 430 - 432 and lines 540 - 542. You could add a couple more vbCrLf with the 2 that is already in the code. vbCrLf is VBScript for <br>.

Go to Top of Page

Reloadmaster
Starting Member

32 Posts

Posted - 06 June 2001 :  05:56:32  Show Profile  Visit Reloadmaster's Homepage  Send Reloadmaster an ICQ Message
How do you write <Hr> in VB then?

I love this forum!!!
<---««« That's me!
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 06 June 2001 :  06:12:00  Show Profile
you could just put it in like this:

txtMessage = txtMessage & vbCrLf & vbCrLf & "<hr>" & ChkString(GetSig(STRdbntUserName), "signature" )
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.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07