Re: Link a .css to a Html template

2019-12-04 Thread Leó Horváth
Hi Aline, THANK YOU VERY MUCH, you solved my 3 day dilemma, and thank you for everyone who tried to help, you guys are awesome! Thanks a lot, Leó Aline Balogh ezt írta (időpont: 2019. dec. 4., Sze, 12:27): > Hi Léo. > > Remove the # from the html class attribute . > > > > > Em domingo, 1 de

Re: Link a .css to a Html template

2019-12-04 Thread Aline Balogh
Hi Léo. Remove the # from the html class attribute . Em domingo, 1 de dezembro de 2019 22:27:34 UTC-3, Leó Horváth escreveu: > > Hi guys, I am experiencing an error while trying to Link a .css file to a > Html template of one of my Views. What is the correct way to do it? > -- You received

Re: Link a .css to a Html template

2019-12-03 Thread Leó Horváth
hi guys, its still not working, one of you asked for my repo so here it is: https://github.com/leocsi/salesgrade Any idea what might be wrong? Thanks, Leó Integr@te System ezt írta (időpont: 2019. dec. 3., K, 7:29): > Hi Leo, > > Plz look at err/change log in developer tools to inspect whats

Re: Link a .css to a Html template

2019-12-02 Thread Integr@te System
Hi Leo, Plz look at err/change log in developer tools to inspect whats up, after you adjust files. On Tue, Dec 3, 2019, 06:20 Gerardo Palazuelos Guerrero < gerardo.palazue...@gmail.com> wrote: > Hi, > You better share your repo, my guess is you are not sharing all details... > > On my case I

Re: Link a .css to a Html template

2019-12-02 Thread Gerardo Palazuelos Guerrero
Hi, You better share your repo, my guess is you are not sharing all details... On my case I integrated a template with a Django project as a practice ( my repo: https://github.com/gpalazuelosg/django-adminlte ), the important bits: #1: settings.py has at the end two entries: STATIC_URL =

Re: Link a .css to a Html template

2019-12-02 Thread Suraj Thapa FC
Remove cache and try again On Tue, 3 Dec 2019, 3:39 am Leó Horváth, wrote: > hi, > I did what Kevin requested, now console says "GET /pages/ HTTP/1.1" 200 > 536 and the style still doesn't work. > Any ideas? > Thanks, > Leó > > Kevin Dublin ezt írta (időpont: 2019. dec. 2., H, > 21:41): > >>

Re: Link a .css to a Html template

2019-12-02 Thread Leó Horváth
hi, I did what Kevin requested, now console says "GET /pages/ HTTP/1.1" 200 536 and the style still doesn't work. Any ideas? Thanks, Leó Kevin Dublin ezt írta (időpont: 2019. dec. 2., H, 21:41): > Hi Leo, > > Make sure that you point to the exact directory where the CSS file is > located. If

Re: Link a .css to a Html template

2019-12-02 Thread Kevin Dublin
Hi Leo, Make sure that you point to the exact directory where the CSS file is located. If it's in static/pages/frame.css, then point to {% static "pages/frame.css" %} Cheers, Kevin On Mon, Dec 2, 2019, 11:15 AM Leó Horváth wrote: > hi! i still cant make it work. this is my html snippet and

Re: Link a .css to a Html template

2019-12-02 Thread Leó Horváth
hi! i still cant make it work. this is my html snippet and the .css is located at static/pages/frame.css. when i run the server the browser displays the hard coded html but not the style. console says "GET /static/frame.css HTTP/1.1" 404 1651 {% load static %} {% block

Re: Link a .css to a Html template

2019-12-01 Thread אורי
Hi, Look at these templates for example: https://github.com/speedy-net/speedy-net/blob/master/speedy/core/templates/base.html#L12-L27 https://github.com/speedy-net/speedy-net/blob/master/speedy/match/templates/base_site.html#L7-L13

Link a .css to a Html template

2019-12-01 Thread Leó Horváth
Hi guys, I am experiencing an error while trying to Link a .css file to a Html template of one of my Views. What is the correct way to do it? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving