Skip to main content
July 9, 2011
Question

Mysterious H2 Tag

  • July 9, 2011
  • 2 replies
  • 403 views

I have a div in my registration/login which displays the result of an action. On showing the result when users click the activation email to activate their account, there is an extra h2 tag loafing about the scene.

It looks like this on the live page directly from the remote server the second border under the heading Result: Activation:

In Firebug it shows like this:

In the live Source View code it doesn’t exist:

<div id="mainContent">

<h2>Result: Activation<h2>

<h4>Your account activated successfully! You may now log in..</h4>                   

</div>

In the source code on the server it doesn’t exist either.

Alas there is no way of making a permanent edit in Firebug!

But where is this extra H2 tag coming from?!!!

zabberwan

[@ admin/moderator: If this forum is inappropriate, please move thread to the correct forum - thanks you!]

This topic is closed to new replies. Start a new post to keep the conversation going.

2 replies

Participating Frequently
July 11, 2011

We would need to see the source code to be able to answer that.

July 17, 2011

Hi Bregent,

Sorry for reply so late, just noticed that the Forum did not email your response.

There was no closing slash  to the H2 Tag!

The problem is solved.

Regards,

zabberwan