I have a website at: MTN Charge

this site is hosting by a company that provides charge for mtn Operators... I dont access to any control panel,the only panel i have access is a template panel that I can add some javascript or html and meta tags . I know Jquery a bit.But all changes submits after page load. all elements display to visitor , then jquery submits changes ... plaese give some new idea. thanks

Recommended Answers

All 3 Replies

So what are you trying to do...style after the page is loaded, or your title suggests prevent the stylesheet from loading? Im not sure exactly what you are trying to do..please clarify.

If you want to take into consideration users with JavaScript disabled I would recommend after the css place the html below, that way you are not completely blocking them from the site however it will not have the effect you wish.

You could style the body to not display with css like

body{
      display:none;
    }
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.