I have made a Django website and want to display my results like a little form at the top. There is a table on the left and I want to add two pictures and another column to the table on the right. I have designed a diagram to explain better - Enter image description here
Now I have written the code for Form 1 and the table. I also write backend code. I want to know how to write the html code for the image and form 2 since they are on the right side of the form. Just write any html code and it will appear below the table. Can anyone help adding a picture and form 2 to the right side of the table?
My current html code is-
*{% extends 'login/basic.html' %} {% block title %}Approval of count{% endblock title %} {% block body %}
User name | Starting | Ending | Bonus |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird |
任何改进我的html代码的建议都将非常有帮助,如果有任何html错误,请忽略。
Try using CSS properties, specifically position:absolute or position:fixed. 'https://sbgsdjango.herokuapp.com/English', this website is a demo for you, no
is required