Forums

Weird HTML rendering in PythonAnywhere, but not in Local

Hi guys. It's a weird thing. I have an HTML with some importing from bootstrap to render a good looking Unordered List. When I run the code in Local, the web page is fine. The same exact HTML, in PythonAnywhere, has a weird render. It's as if some lines of HTML code are ignored here.

Make sure that you have the same code running in both places and are using the same versions of packages that you are using. You can also look at the HTML in the developer tools in your browser to see why the rendering is different.