Announcement

Collapse
No announcement yet.

Problem with Body onload tag - Solved

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Problem with Body onload tag - Solved

    Hello all,

    For some reason Actinic failing to close the body tag after the onload attributes, leading to my header div section (which comes directly after) failing to be rendered correctly by the browser.

    Could anyone explain if I have done something wrong or what the issue is?

    Many thanks in advance

    EDIT:PreLoadImages had become corrupted - edited and saved, works fine now

    #2
    And the url is???

    Comment


      #3
      If the tag is missing simply switch to the design tab and navigate to the outer layout and add </body> just before </html>

      If that is there then probably you have an unclosed </div> somewhere .. using Firefox with the Firebug utility installed is great for tracking such issues.


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        I think the OP is saying the opening body tag isn't closed ie <body etc without >

        does your code look like this

        Code:
        <body onload="<actinic:variable name="OnLoadScript" value="PreloadImages" />">
        this should be derived from <body onload="PreloadImages">

        Comment


          #5
          If he posts a url we could see exactly what hes talking about

          Comment


            #6
            Its like a murder mystery weekend without it, come on septic peg get your head into gear and help us out.

            Comment


              #7
              Could anyone explain if I have done something wrong
              Yes - read the forum guidelines on postings - YOUR FIRED

              Comment

              Working...
              X