On Aug 6, 10:06 am, osu <[email protected]> wrote:
> Hi,
>
> I'm trying to find a rogue open tag in a Joomla website I'm building
> and I suspect it's the plugin I'm using called YooGallery.
>
> However, I can't find the open tag in the source code yet it's
> appearing in Firebug when I inspect the page. Does that mean that the
> tag is being generated with something like Javascript?
>
> Here's an image that should clarify things a bit:
>
> http://a.imagehost.org/0426/render-prob.gif
>
> It shows how there isn't an extra </p> tag in source code whereas it
> is in Firebug's inspector.
>
> Any ideas of how I can find that tag or if I can at least clarify it's
> being generated by Javascript as opposed to some PHP code?
>
I don't know if it will be helpful, but I have the WebDeveloper
extension in Firefox. I rarely use it since I got FIrebug, but it is
occasionally useful, and one thing it has got is both View Source and
View Generated Source.
Incidentally, whatever is generating that <p/> should have its wrist
slapped. <p/> is not valid in HTML or XHTML.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---