Forum Moderators: open

Message Too Old, No Replies

Custom Code Insert Bottom

newsletter suscribe screwing this up

         

Timotheos

7:54 pm on Sep 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi there,

A long time ago I put a Google search form using the Custom Code Insert Bottom functionality. It worked great until the newsletter subscription thing was put in. Looks like it's form tag is not closed and therefore any form in the custom code goes to an error on the newsletter subscription page.

Tim

encyclo

8:04 pm on Sep 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yes, the site is currently invalid HTML [validator.w3.org] - as you say, there's a missing
</form>
tag for the newsletter subscription form.

I'm sure it'll be fixed soon!

<added>Of course, you can just add the

</form>
tag yourself at the very beginning of your inserted code block as a quick fix to the problem.</added>

Brett_Tabke

8:53 pm on Sep 2, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



whoops. sorry. bad cut & paste...

Timotheos

9:14 pm on Sep 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Ahh... thank you!