Hi Again - My policy.asp page is full of code between the content i.e.:
<p>If you agree to the terms and conditions stated below, " & _ "press the "Agree" button. Otherwise, press "Cancel".</p>" & vbNewLine & _ " <p>In order to use these forums, users are required to " & _
can I just clear this out or do I have to rewrite all the coding for it to work? Thanks, Beth
all files have been put into Response.Write syntax when version 3.4.01 was released. You could add "plain" HTML, but then you have to remember to correctly close and open the Response.Write blocks. It's probably just as easy to add your own codes in Response.Write syntax too.