Question

I have this page at

http://kornar.co.uk/example.html

But it doesnt render HTML. I know its there because when I check view source the HTML code is there, on my localhost it works perfectly, thanks for your help!!

Was it helpful?

Solution

Well to start, js/jquery.js is missing so none of your js is going to run... all the tabs are hidden so without the js the code in the tabs won't be come visible...

OTHER TIPS

Its works correctly for me. There is possibily two explanation why it do not works for you : - Your Browser cache need to be cleared - Your DNS cache need to be cleared.

Try both and let us now if it works

Line 90 in your layout.css file says:

.tab {
    padding: 16px;
    display: none;
}

If you remove the "display:none" bit, you'll see more. Try to use Firebug when debugging stuff like this, it's awesome!

You have .colorpicker set to display:none in the css file.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top