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)
 Formating
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Ranko
Junior Member

400 Posts

Posted - 14 May 2006 :  14:15:09  Show Profile
So I am turning the 05 into CSS, yes still

But I find an odd occurence that is killing me and I can't find why it is doing what it is doing.

First the code:

			Response.Write "<p class=""messagecell"">"
			if Request.QueryString("SearchTerms") <> "" then
				Response.Write	SearchHiLite(formatStr(Reply_Content))
			else
				Response.Write	formatStr(Reply_Content)
			end if
			Response.Write "</p>"


If the reply starts with a quote (HTML is the standard blockquote id="quote") for some reason the forum outputs this:

<p class="messagecell"> </p>
<blockquote id="quote"><i><b>Originally posted by ...</b></i><br>test<br><br>s</blockquote>
<br><br>message text
<p></p>

It closes the paragraph, no idea why; and adds an empty paragraph before the signature line for no reason.
  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 1.04 seconds. Powered By: Snitz Forums 2000 Version 3.4.07