Re: CSS with Django forms

2020-05-16 Thread Anubhav Madhav
Okay!! I'll look into it, Thanks!! On Saturday, 16 May 2020 06:54:57 UTC+5:30, Clive Bruton wrote: > > You can use bootsrap4, or look at the output from the forms and set > up your CSS around that. > > > -- Clive > > On 14 May 2020, at 19:40, Anubhav Madhav wrote: > > > Thankyou Clive!! I

Re: CSS with Django forms

2020-05-15 Thread Clive Bruton
You can use bootsrap4, or look at the output from the forms and set up your CSS around that. -- Clive On 14 May 2020, at 19:40, Anubhav Madhav wrote: Thankyou Clive!! I know I can use CSS like that, but if I do that the problem I'll face is that the 'form' or the 'input' tags or

Re: CSS with Django forms

2020-05-15 Thread Anubhav Madhav
Thankyou so much Devansh!! This is really very helpful. On Friday, 15 May 2020 19:46:51 UTC+5:30, Devansh Chaubey wrote: > > Hey Anubhav > You can use django-widget-tweaks package > https://pypi.org/project/django-widget-tweaks/ > See this. > You can make own css styling using class on forms.

Re: CSS with Django forms

2020-05-15 Thread Devansh Chaubey
Hey Anubhav You can use django-widget-tweaks package https://pypi.org/project/django-widget-tweaks/ See this. You can make own css styling using class on forms. On Fri, 15 May 2020 at 00:10, Anubhav Madhav wrote: > Thankyou Clive!! I know I can use CSS like that, but if I do that the > problem

Re: CSS with Django forms

2020-05-14 Thread Anubhav Madhav
Thankyou Clive!! I know I can use CSS like that, but if I do that the problem I'll face is that the 'form' or the 'input' tags or 'submit' button, which are rendered using django forms, cannot be modified using CSS in this way. Is there any other way to fix it? On Wednesday, 13 May 2020

Re: CSS with Django forms

2020-05-14 Thread Anubhav Madhav
Thankyou Kasper :) On Wednesday, 13 May 2020 19:02:46 UTC+5:30, Kasper Laudrup wrote: > > > > On 13/05/2020 06.17, Bighnesh Pradhan wrote: > > you can use javascript it is good > > > > Oh yes, we all love javascript: > > https://www.destroyallsoftware.com/talks/wat > > :-) > > Seriously

Re: CSS with Django forms

2020-05-14 Thread Anubhav Madhav
Thankyou Bighnesh On Wednesday, 13 May 2020 18:57:36 UTC+5:30, Bighnesh Pradhan wrote: > > you can use javascript it is good > > On Wed, May 13, 2020 at 3:13 AM Anubhav Madhav > wrote: > >> My problem is, that I've made a beautiful 'Sign Up' and 'Login' Page >> using HTML and CSS. Later on, in

Re: CSS with Django forms

2020-05-13 Thread Kasper Laudrup
On 13/05/2020 06.17, Bighnesh Pradhan wrote: you can use javascript it is good Oh yes, we all love javascript: https://www.destroyallsoftware.com/talks/wat :-) Seriously though, javascript has nothing to do with using static CSS in django templates. -- You received this message

Re: CSS with Django forms

2020-05-13 Thread Clive Bruton
On 12 May 2020, at 22:41, Anubhav Madhav wrote: Is there any way to display the forms with my HTML CSS files. Use {% include %} (https://docs.djangoproject.com/en/3.0/ref/ templates/builtins/#include) in your HTML template files for an embedded style sheet, or just use a link in the head

Re: CSS with Django forms

2020-05-13 Thread Bighnesh Pradhan
you can use javascript it is good On Wed, May 13, 2020 at 3:13 AM Anubhav Madhav wrote: > My problem is, that I've made a beautiful 'Sign Up' and 'Login' Page using > HTML and CSS. Later on, in my project, I had to use 'forms' for > registration and login. > Is there any way to display the

CSS with Django forms

2020-05-12 Thread Anubhav Madhav
My problem is, that I've made a beautiful 'Sign Up' and 'Login' Page using HTML and CSS. Later on, in my project, I had to use 'forms' for registration and login. Is there any way to display the forms with my HTML CSS files. Please Help!! -- You received this message because you are subscribed