Re: CSS not linking with HTML

2021-07-28 Thread esteem learning center
Check the spelling of your style On Wed, Jul 28, 2021, 4:31 AM Baxtiyor Boboraximov wrote: > if you want to solve this problem you must sendmi ful project not html > file. > > > пт, 28 мая 2021 г. в 23:39, sukhy gill : > >> Dear Frnds >> I am unable to link CSS with HTML >>

Re: CSS not linking with HTML

2021-07-28 Thread Vishal Raju Narikulam
syle.css? On Wed, 28 Jul 2021, 15:24 Aashish Kumar, wrote: > > Do hard refresh > > Ctrl + f5 > > On Sat, 29 May 2021 at 12:09 AM, sukhy gill > wrote: > >> Dear Frnds >> I am unable to link CSS with HTML >> HTML working but CSS not working inside the .html file with the help of

Re: CSS not linking with HTML

2021-07-28 Thread Aashish Kumar
Do hard refresh Ctrl + f5 On Sat, 29 May 2021 at 12:09 AM, sukhy gill wrote: > Dear Frnds > I am unable to link CSS with HTML > HTML working but CSS not working inside the .html file with the help of > LINK in tag > > I am using thefollowings:- > Setting.py -

Re: CSS not linking with HTML

2021-07-27 Thread Baxtiyor Boboraximov
if you want to solve this problem you must sendmi ful project not html file. пт, 28 мая 2021 г. в 23:39, sukhy gill : > Dear Frnds > I am unable to link CSS with HTML > HTML working but CSS not working inside the .html file with the help of > LINK in tag > > I am using

Re: CSS not linking with HTML

2021-07-27 Thread Bradie Poa
I still see an error with that code bro... On 19:35, Mon, Jul 26, 2021 Baxtiyor Boboraximov hello . you must add to sittings.py this code. > STATIC_URL = '/static/' > STATICFILES_DIRS = (str(BASE_DIR.joinpath('static')),) > > пт, 28 мая 2021 г. в 23:39, sukhy gill : > >> Dear Frnds >>

Re: CSS not linking with HTML

2021-07-26 Thread Baxtiyor Boboraximov
hello . you must add to sittings.py this code. STATIC_URL = '/static/' STATICFILES_DIRS = (str(BASE_DIR.joinpath('static')),) пт, 28 мая 2021 г. в 23:39, sukhy gill : > Dear Frnds > I am unable to link CSS with HTML > HTML working but CSS not working inside the .html file with

Re: CSS not linking with HTML

2021-07-26 Thread Nikalesh Patil
Try it On Mon, 26 Jul, 2021, 7:55 PM V. J, wrote: > Hello, I'm making a list of potential customers, in about two months, we > will have a business plan ready and we will issue a digital token (ICO) > based on our product in the company. Would you be interested in learning > more ...? > > Dne

Re: CSS not linking with HTML

2021-07-26 Thread V. J
Hello, I'm making a list of potential customers, in about two months, we will have a business plan ready and we will issue a digital token (ICO) based on our product in the company. Would you be interested in learning more ...? Dne čt 3. čvn 2021 10:06 uživatel sukhy gill napsal: > Dear frnd >

Re: CSS not linking with HTML

2021-06-03 Thread sukhy gill
Dear frnd First of all thanks to all for spare your valueable time for me. Now my Server is working and inline CSS also working but Internal and External CSS not working. In my last project, image css was also working but now it is not working. Another problem is "python manage.py

Re: CSS not linking with HTML

2021-06-02 Thread Robert Edward
Plus is it 'syle' or 'style' On Wed, Jun 2, 2021, 20:26 Robert Edward wrote: > You are missing a closing (') when loading style.css > > On Fri, May 28, 2021, 21:39 sukhy gill wrote: > >> Dear Frnds >> I am unable to link CSS with HTML >> HTML working but CSS not working inside

Re: CSS not linking with HTML

2021-06-02 Thread Robert Edward
You are missing a closing (') when loading style.css On Fri, May 28, 2021, 21:39 sukhy gill wrote: > Dear Frnds > I am unable to link CSS with HTML > HTML working but CSS not working inside the .html file with the help of > LINK in tag > > I am using thefollowings:- >

Re: CSS not linking with HTML

2021-06-02 Thread Michael Thomas
I'm guessing you're running a development server (manage.py runserver). I'd suggest solving this as a two step process: 1) Determine if the request for the static file is actually hitting the development server or not (eg. if you're running behind a reverse proxy) 2) Fire up your debugger and

Re: CSS not linking with HTML

2021-06-02 Thread sukhy gill
Dear frnd, I am getting stuck at same point with static with new project. May I get setting for settings.py ? Regards On Sat, May 29, 2021, 18:29 Chelsea Fan Is it working now? > > On Sat, 29 May 2021, 3:40 pm lalit suthar, > wrote: > >> read this

Re: CSS not linking with HTML

2021-05-31 Thread Chelsea Fan
You are welcome)) On Mon, 31 May 2021, 6:44 pm sukhy gill, wrote: > Thanku so much all of you for your valuable guidance to me  > > On Mon, May 31, 2021, 21:07 Chelsea Fan wrote: > >> Good luck >> >> On Mon, 31 May 2021, 6:31 pm sukhy gill, >> wrote: >> >>> I deleted my project and

Re: CSS not linking with HTML

2021-05-31 Thread sukhy gill
Thanku so much all of you for your valuable guidance to me  On Mon, May 31, 2021, 21:07 Chelsea Fan Good luck > > On Mon, 31 May 2021, 6:31 pm sukhy gill, wrote: > >> I deleted my project and will start project again from begining and then >> will let you know the progress. >> Regards

Re: CSS not linking with HTML

2021-05-31 Thread Chelsea Fan
Good luck On Mon, 31 May 2021, 6:31 pm sukhy gill, wrote: > I deleted my project and will start project again from begining and then > will let you know the progress. > Regards > > On Sun, May 30, 2021, 16:48 Mehdi Ismail >> you want to mention (provide screenshot) of the error? >> >> On

Re: CSS not linking with HTML

2021-05-31 Thread sukhy gill
I deleted my project and will start project again from begining and then will let you know the progress. Regards On Sun, May 30, 2021, 16:48 Mehdi Ismail you want to mention (provide screenshot) of the error? > > On Sunday, 30 May 2021 at 09:14:22 UTC+5:30 sukhy.g...@gmail.com wrote: > >>

Re: CSS not linking with HTML

2021-05-30 Thread Kasper Laudrup
On 30/05/2021 05.43, sukhy gill wrote: > Getting error while using using command python manage.py collectstatic > Regarda > Try fixing the error and see if that makes the problem go away. I know it's a long shot, but it's worth a try at least. Kind regards, Kasper Laudrup > On Sat, May 29,

Re: CSS not linking with HTML

2021-05-30 Thread Mehdi Ismail
you want to mention (provide screenshot) of the error? On Sunday, 30 May 2021 at 09:14:22 UTC+5:30 sukhy.g...@gmail.com wrote: > Getting error while using using command python manage.py collectstatic > Regarda > > On Sat, May 29, 2021, 21:23 Mehdi Ismail >> python manage.py collectstatic >> >>

Re: CSS not linking with HTML

2021-05-29 Thread sukhy gill
Done but not working Regards On Sat, May 29, 2021, 22:17 Chelsea Fan try to change settings > > STATIC_DIR = [ > os.path.join(BASE_DIR,'static') > ] > > On Fri, May 28, 2021 at 9:38 PM sukhy gill > wrote: > >> Dear Frnds >> I am unable to link CSS with HTML >> HTML working but

Re: CSS not linking with HTML

2021-05-29 Thread sukhy gill
Getting error while using using command python manage.py collectstatic Regarda On Sat, May 29, 2021, 21:23 Mehdi Ismail python manage.py collectstatic > > > try that... and update > On Saturday, 29 May 2021 at 20:44:48 UTC+5:30 sukhy.g...@gmail.com wrote: > >> Project Folder ➡️static

Re: CSS not linking with HTML

2021-05-29 Thread Natalie Smyth
Did you name your css syle.css on purpose? If not you might just have a typo. On Fri, May 28, 2021 at 2:38 PM sukhy gill wrote: > Dear Frnds > I am unable to link CSS with HTML > HTML working but CSS not working inside the .html file with the help of > LINK in tag > > I am

Re: CSS not linking with HTML

2021-05-29 Thread Chelsea Fan
try to change settings STATIC_DIR = [ os.path.join(BASE_DIR,'static') ] On Fri, May 28, 2021 at 9:38 PM sukhy gill wrote: > Dear Frnds > I am unable to link CSS with HTML > HTML working but CSS not working inside the .html file with the help of > LINK in tag > > I am using

Re: CSS not linking with HTML

2021-05-29 Thread Mehdi Ismail
python manage.py collectstatic try that... and update On Saturday, 29 May 2021 at 20:44:48 UTC+5:30 sukhy.g...@gmail.com wrote: > Project Folder ➡️static ➡️css➡️style.css➡️ > > On Sat, May 29, 2021, 19:16 Fabiano Leite >> >> Where is located your 'css/style.css'; >> Em sábado, 29 de maio de

Re: CSS not linking with HTML

2021-05-29 Thread sukhy gill
Project Folder ➡️static ➡️css➡️style.css➡️ On Sat, May 29, 2021, 19:16 Fabiano Leite > Where is located your 'css/style.css'; > Em sábado, 29 de maio de 2021 às 10:04:50 UTC-3, sukhy.g...@gmail.com > escreveu: > >> No dear >> >> On Sat, May 29, 2021, 18:29 Chelsea Fan > >>> Is it working now?

Re: CSS not linking with HTML

2021-05-29 Thread Dev Burna
How? Sent from my iPhone > On 28 May 2021, at 7:38 PM, sukhy gill wrote: > > Dear Frnds > I am unable to link CSS with HTML > HTML working but CSS not working inside the .html file with the help of LINK > in tag > > I am using thefollowings:- > Setting.py -

Re: CSS not linking with HTML

2021-05-29 Thread Fabiano Leite
Where is located your 'css/style.css'; Em sábado, 29 de maio de 2021 às 10:04:50 UTC-3, sukhy.g...@gmail.com escreveu: > No dear > > On Sat, May 29, 2021, 18:29 Chelsea Fan >> Is it working now? >> >> On Sat, 29 May 2021, 3:40 pm lalit suthar, wrote: >> >>> read this

Re: CSS not linking with HTML

2021-05-29 Thread sukhy gill
On Sat, 29 May 2021 at 18:37, Chelsea Fan wrote: > Could you send me your settings.py and urls.py in project folder > > On Sat, 29 May 2021, 4:04 pm sukhy gill, wrote: > >> No dear >> >> On Sat, May 29, 2021, 18:29 Chelsea Fan > wrote: >> >>> Is it working now? >>> >>> On Sat, 29 May 2021, 3:40

Re: CSS not linking with HTML

2021-05-29 Thread Chelsea Fan
Could you send me your settings.py and urls.py in project folder On Sat, 29 May 2021, 4:04 pm sukhy gill, wrote: > No dear > > On Sat, May 29, 2021, 18:29 Chelsea Fan wrote: > >> Is it working now? >> >> On Sat, 29 May 2021, 3:40 pm lalit suthar, >> wrote: >> >>> read this

Re: CSS not linking with HTML

2021-05-29 Thread sukhy gill
No dear On Sat, May 29, 2021, 18:29 Chelsea Fan Is it working now? > > On Sat, 29 May 2021, 3:40 pm lalit suthar, > wrote: > >> read this https://docs.djangoproject.com/en/2.2/intro/tutorial06/ and >> check how you are giving paths. Also after loading the page on your browser >> go to "View

Re: CSS not linking with HTML

2021-05-29 Thread Chelsea Fan
Is it working now? On Sat, 29 May 2021, 3:40 pm lalit suthar, wrote: > read this https://docs.djangoproject.com/en/2.2/intro/tutorial06/ and > check how you are giving paths. Also after loading the page on your browser > go to "View Page Source" and click on the CSS file link and check if the >

Re: CSS not linking with HTML

2021-05-29 Thread lalit suthar
read this https://docs.djangoproject.com/en/2.2/intro/tutorial06/ and check how you are giving paths. Also after loading the page on your browser go to "View Page Source" and click on the CSS file link and check if the file is opening or not. On Saturday, 29 May 2021 at 17:57:21 UTC+5:30

Re: CSS not linking with HTML

2021-05-29 Thread sukhy gill
Yes Sir,There was no mistake in code. Code problem was only in mail content actually code was correct as instruction given by Aniket Sir Regards On Sat, May 29, 2021, 13:14 lalit suthar have you checked Aniket's answer? > > On Saturday, 29 May 2021 at 11:09:07 UTC+5:30 sukhy.g...@gmail.com

Re: CSS not linking with HTML

2021-05-29 Thread Chelsea Fan
Style was wrong, you wrote syle, correct it On Fri, 28 May 2021, 9:38 pm sukhy gill, wrote: > Dear Frnds > I am unable to link CSS with HTML > HTML working but CSS not working inside the .html file with the help of > LINK in tag > > I am using thefollowings:- > Setting.py -

Re: CSS not linking with HTML

2021-05-29 Thread lalit suthar
have you checked Aniket's answer? On Saturday, 29 May 2021 at 11:09:07 UTC+5:30 sukhy.g...@gmail.com wrote: > Done Sir, but not working > > On Sat, May 29, 2021, 10:50 Venu Gopal >> In Firefox Goto Preferences ---> Choose Privacy and Security ---> >> scroll down until you get cookies and

Re: CSS not linking with HTML

2021-05-28 Thread sukhy gill
Done Sir, but not working On Sat, May 29, 2021, 10:50 Venu Gopal In Firefox Goto Preferences ---> Choose Privacy and Security ---> > scroll down until you get cookies and site data --> clear data > Chrome Goto Settings ---> Choose Privacy and Security ---> select > cookies and other

Re: CSS not linking with HTML

2021-05-28 Thread Venu Gopal
In Firefox Goto Preferences ---> Choose Privacy and Security ---> scroll down until you get cookies and site data --> clear data Chrome Goto Settings ---> Choose Privacy and Security ---> select cookies and other site data --> select see all cookies and site data --> Remove all On Sat,

Re: CSS not linking with HTML

2021-05-28 Thread sukhy gill
@Venu Gopal No Sir, I don't know, how to do this. May I know Sir, how to do the same? Regards On Sat, May 29, 2021, 09:41 Venu Gopal Hi, Have you tried deleting existing cache and cookies in the browser? > > On Sat, May 29, 2021 at 12:08 AM sukhy gill > wrote: > >> Dear Frnds >>

Re: CSS not linking with HTML

2021-05-28 Thread Venu Gopal
Hi, Have you tried deleting existing cache and cookies in the browser? On Sat, May 29, 2021 at 12:08 AM sukhy gill wrote: > Dear Frnds > I am unable to link CSS with HTML > HTML working but CSS not working inside the .html file with the help of > LINK in tag > > I am using

Re: CSS not linking with HTML

2021-05-28 Thread Aniket Balkhande
Dear Sukhy Gill, I think you should check the link. The single inverted comma is missing here, To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit >

CSS not linking with HTML

2021-05-28 Thread sukhy gill
Dear Frnds I am unable to link CSS with HTML HTML working but CSS not working inside the .html file with the help of LINK in tag I am using thefollowings:- Setting.py - STATICFILES_DIRS=[os.path.join(BASE_DIR, 'static'),] HTML- {% load static %}