As was foretold, we've added advertisements to the forums! If you have questions, or if you encounter any bugs, please visit this thread: https://forums.penny-arcade.com/discussion/240191/forum-advertisement-faq-and-reports-thread/
Options

Editing a Blogger Template

Nexus ZeroNexus Zero Registered User regular
edited January 2007 in Help / Advice Forum
When I try and replace an XML Blogger template with my own, largely HTML-based template, I get the error message
Your template could not be parsed as it is not well-formed. Please make sure that all XML elements are closed properly.
XML error message: The element type "img" must be terminated by the matching end-tag "".

Which is really helpful. Have I woken up in bizarro world where IMG tags are officially outdated? I'm not being a stick-in-the-mud (or perhaps I am), I just don't see why or how I'm being forced to sod around with complicated CSS when an IMG tag is so much simpler. Does anyone have any experience with these new Blogger templates and know what I have to do to make it display a basic layout?

sig.jpg
Nexus Zero on

Posts

  • Options
    SeñorAmorSeñorAmor !!! Registered User regular
    edited January 2007
    XML is strict. You must have proper tags, including matching end tags, in the proper nested order.

    For elements that have no end tag (like <img>), you must end the tag with a " />" (space, forward slash, greater than sign).

    A proper image tag looks something like
    [img]http://yoursite.com/path/to/image[/img]
    

    SeñorAmor on
  • Options
    Nexus ZeroNexus Zero Registered User regular
    edited January 2007
    Ah that explains something else that's been puzzling me, too. Thanks muchly, that worked perfectly :^:

    Nexus Zero on
    sig.jpg
Sign In or Register to comment.