Skip to content

Tag: html

Django – issue with loading css

I’ve recently started learning Django and I’ve been having a lot of issues with implementing css into my code. I’ve found a lot of people with the same issue as me but I am still unable to find an answer. Currently when I run open the website it give me this https://imgur.com/a/0N23s7b And I…

Set iframe url to access pages in navigation bar in Django

I am new to Django framework. I am trying to use html pages in templates and get the interfaces. I got all of the pages one by one. Now I want them appear in an iframe. Here is my html code in homeAdmin.html page. And here is the views.py code that I have written for this problem. I am lack

how to modify a saved html page?

I am trying to modify a saved html webpage. More specifically, I would like to highlight specific sentences in the page and save as a new html page. I thought the code below would work but it does not Any ideas? Thanks! Answer Here is how you can open html file, edit using bs4 and write to the new file.