Web Analytics Made Easy -
StatCounter Why is my site preloading! I took out the preloader :( - CodingForum

Announcement

Collapse
No announcement yet.

Why is my site preloading! I took out the preloader :(

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

  • Why is my site preloading! I took out the preloader :(

    Ok I just renamed by main.php page to index.php (so it would load that when you type www.forcefx.net) but it still is preloading the whole page before it displays everything.. theres no part of the preloader script in the page so I really don't no whats wrong.. Anyone have any ideas?

  • #2
    Press ctrl+f5, looks like you've got the old version in your cache. I saw no preloader.

    Comment


    • #3
      No its not pre-loading. You just have a bloated site that takes too long to load.

      I quickly hit the "back button".....Problem solved.
      Leonard Whistler

      Comment


      • #4
        no its definatly "preloading" on my brower.. Its not just taking a long time. Cuase after it loads it pops it up all up BOOM! lol... I want it just to load things in order or whatever.. so u can see things poping up

        Comment


        • #5
          Originally posted by DragonTGK
          no its definatly "preloading" on my brower.. Its not just taking a long time. Cuase after it loads it pops it up all up BOOM! lol... I want it just to load things in order or whatever.. so u can see things poping up
          Two problems, first is the simple fact that your page has no <body> tag. The second is that the layout is done using tables.

          Those two things combine to create the semblance of preloading, fixing the body tag problem alone will probably fix the problem you're seeing but eliminating the table based layout is also recommended as a future development direction.
          Check out the Forum Search. It's the short path to getting great results from this forum.

          Comment


          • #6
            how would I take out the tablular layout? CSS isn't advanced enough to do all those tables. If you have any ideas please tell meh! Thanks!

            Comment


            • #7
              CSS is more powerful than you think. Tables. pfft, they're as powerful as a stoneage hammer. Time to move on http://www.w3schools.com read up on xhtml and css there

              Comment

              Working...
              X