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 >> HTM

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 - STATICFILES_DIRS

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 thefoll

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 t

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 col

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:- > Setting.p

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 walk

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 https://docs.djangoproject.com/en/2.2

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 w

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 S

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: > >> Getting

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, 20

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 C

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 ➡️css➡️style

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 usin

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 the

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 20

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 - STATICFILE

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 https://docs.djangoproject

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 https://docs.djangop

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 Page

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 sukhy.

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 wrot

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 - ST

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 s

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 sit

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, M

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 thef

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 > https://groups.google.com/d/m

Re: CSS problems

2020-09-16 Thread אורי
Yes, thank you! אורי u...@speedy.net On Wed, Sep 16, 2020 at 8:14 PM Larry Martell wrote: > On Wed, Sep 16, 2020 at 10:04 AM ‫אורי‬‎ wrote:‬ > > > > Hi, > > > > My website, https://en.speedy.net/, the date of birth input is bordered > red with Firefox, and I can't find why the border is red? I

Re: CSS problems

2020-09-16 Thread Larry Martell
On Wed, Sep 16, 2020 at 10:04 AM ‫אורי‬‎ wrote:‬ > > Hi, > > My website, https://en.speedy.net/, the date of birth input is bordered red > with Firefox, and I can't find why the border is red? I checked and there is > nothing red in the CSS and it's not red with Chrome or Edge. Any idea why the

Re: CSS file not Loading

2020-06-29 Thread Suny
Thanks guys, Really appreciate your time and efforts for reviewing and responding back ... I haven't made any changes to the code, looks like browser was taking the cache file of main.css and was taking a lot of time to update the file. Just did hard refresh , and it worked . Thanks again. On M

Re: CSS file not Loading

2020-06-29 Thread Hadisur Rahman
put this in your apps sittings on the below. STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static')] > STATIC_ROOT = os.path.join(BASE_DIR, 'assets') > > And then run this code >> python manage.py collectstatic then >> python manage.py runserver [image: Mailtrack]

Re: CSS file not Loading

2020-06-29 Thread Ogunsanya Opeyemi
Yes you need to add STATICFILES_DIRS. OGUNSANYA OPEYEMI On Sun, Jun 28, 2020 at 2:58 PM Clive Bruton wrote: > If you are testing the site with manage.py runserver, then you have > to make sure debug is on. And you have to ensure the app knows where > the static directories are. > > > -- Clive >

Re: CSS file not Loading

2020-06-28 Thread Clive Bruton
If you are testing the site with manage.py runserver, then you have to make sure debug is on. And you have to ensure the app knows where the static directories are. -- Clive On 28 Jun 2020, at 12:21, Suny wrote: Do I need to add STATICFILES_DIRS in settings.py file TREE STRUCTURE for ref

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 kn

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 'submit'

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 I

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 18:58:0

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 thou

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 m

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 becaus

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 forms

Re: CSS doesnt work deployed on Pythonanywhere

2020-03-31 Thread Alexis Soko
Thanks for the heads up. Will check and update the status if found. Regards. On Tue, Mar 31, 2020 at 2:24 PM Motaz Hejaze wrote: > I remember that in pythonanywhere you need to tell the platform where you > app folder is and where your static folder is ... > > You can do that from your account

Re: CSS doesnt work deployed on Pythonanywhere

2020-03-31 Thread Motaz Hejaze
I remember that in pythonanywhere you need to tell the platform where you app folder is and where your static folder is ... You can do that from your account control panel i think .. On Tue, 31 Mar 2020, 11:07 pm Alexis Soko, wrote: > Hi. thanks for the answer. > > Yes I have an app/static/css

Re: CSS doesnt work deployed on Pythonanywhere

2020-03-31 Thread Alexis Soko
Hi. thanks for the answer. Yes I have an app/static/css folder with the app.css file and {% load static %} at the beginning of the html. On Tue, Mar 31, 2020 at 1:48 PM Aly_34_04 MR_34_04 < allaberdi16yazha...@gmail.com> wrote: > did you load css on your static files? > > On Tuesday, March 31,

Re: CSS doesnt work deployed on Pythonanywhere

2020-03-31 Thread Aly_34_04 MR_34_04
did you load css on your static files? On Tuesday, March 31, 2020 at 10:54:59 PM UTC+3, Alexis Soko wrote: > > Really simple stuff. webpage navbar looks propper locally. But when > deployed the navbar loses font and goes vertical. Checked Django and > bootstrap installed versions on both, > Any

Re: CSS not working

2019-10-13 Thread Rajkumar Mittal
sure On Friday, 11 October 2019 08:48:42 UTC+5:30, yasar arafath Kajamydeen wrote: > > Hi All, > > I just added style sheet in my application but its not working , Please > try to help me. > > > Setting.py > > > > import os > > # Build paths inside the project like this: os.path.join(BASE_DIR,

Re: CSS not working

2019-10-13 Thread Suraj Thapa FC
Ya sure On Sun, 13 Oct, 2019, 6:34 PM No Name, wrote: > guys can we make a groupchat on whatsapp? > > On Fri, Oct 11, 2019 at 4:19 AM yasar arafath Kajamydeen < > yasar...@gmail.com> wrote: > >> Hi All, >> >> I just added style sheet in my application but its not working , Please >> try to help

Re: CSS not working

2019-10-12 Thread yasar arafath Kajamydeen
*@ Jani *- Tried the same no reaction in page. Please find the att (test.xlsx). *Regards,* *Yasar Arafath K* On Saturday, October 12, 2019 at 6:39:30 AM UTC+8, Jani Tiainen wrote: > > Hi. > > As you see Django indeed found your static file. > > Next step is to open up developer tools in bro

Re: CSS not working

2019-10-11 Thread yasar arafath Kajamydeen
* Hi **yashwanth** - The Suggested one tried already in earlier, But its not working .* On Friday, October 11, 2019 at 10:28:55 PM UTC+8, yashwanth .k wrote: > > Hello, > You must make a separate directory in static folder. > in the html file try using { load staticfiles } not {load static} >

Re: CSS not working

2019-10-11 Thread Jani Tiainen
Hi. As you see Django indeed found your static file. Next step is to open up developer tools in browser and load your page. You should be able to use it to determine was file even loaded and was your style applied to link Note that if I'm not mistaken plain color only affects unvisited links and

Re: CSS not working

2019-10-11 Thread yashwanth .k
Hello, You must make a separate directory in static folder. in the html file try using { load staticfiles } not {load static} On Fri, Oct 11, 2019 at 11:59 AM yasar arafath Kajamydeen < yasar...@gmail.com> wrote: > *@ Jani - Executed the given cmd, Please find the output and please guide > me fu

Re: CSS not working

2019-10-10 Thread yasar arafath Kajamydeen
*@ Jani - Executed the given cmd, Please find the output and please guide me further ..* (mypython) C:\Users\kajamydeenya\telusko>python manage.py findstatic -v 3 polls/style.css Found 'polls/style.css' here: C:\Users\kajamydeenya\telusko\polls\static\polls\style.css Looking in the following

Re: CSS not working

2019-10-10 Thread Jani Tiainen
Hi. You could try to diagnose issue with findstatic management command: ./manage.py findstatic -v 3 polls/style.css You should get a list of paths Django tried to look for your static file (stylesheet) and of course was it found. pe 11. lokak. 2019 klo 6.19 yasar arafath Kajamydeen kirjoitti:

Re: CSS not working

2019-10-10 Thread yasar arafath Kajamydeen
@Suraj - Please find the polls.xlsx attachment in conversation . On Friday, October 11, 2019 at 12:10:04 PM UTC+8, Suraj Thapa FC wrote: > > Send the directory structure of the project > > On Fri, 11 Oct, 2019, 9:29 AM yasar arafath Kajamydeen, > wrote: > >> Hi Suraj, >> >> As for your sug

Re: CSS not working

2019-10-10 Thread Suraj Thapa FC
Send the directory structure of the project On Fri, 11 Oct, 2019, 9:29 AM yasar arafath Kajamydeen, wrote: > Hi Suraj, > > As for your suggestion i tried like this but its not working , Please do > needful. > > > > STATIC_URL = '/static/' > STATICFILES_DIRS = [ > os.path.join(BASE_DIR, 'sta

Re: CSS not working

2019-10-10 Thread yasar arafath Kajamydeen
Hi Suraj, As for your suggestion i tried like this but its not working , Please do needful. STATIC_URL = '/static/' STATICFILES_DIRS = [ os.path.join(BASE_DIR, 'static'), ] Regards, Yasar Arafath K On Friday, October 11, 2019 at 11:18:42 AM UTC+8, yasar arafath Kajamydeen wro

Re: CSS not working

2019-10-10 Thread yasar arafath Kajamydeen
Hi Mike, I created separate folder for static, Please find the att (polls.xlsx). Regards, Yasar Arafath K On Friday, October 11, 2019 at 11:18:42 AM UTC+8, yasar arafath Kajamydeen wrote: > > Hi All, > > I just added style sheet in my application but its not working , Please > try to help me

Re: CSS not working

2019-10-10 Thread Suraj Thapa FC
In your settings.py At STATICFILES_DIRS you had write basedir, style. Css instead style.css write "static" On Fri, 11 Oct, 2019, 8:49 AM yasar arafath Kajamydeen, wrote: > Hi All, > > I just added style sheet in my application but its not working , Please > try to help me. > > > Setting.py > > >

Re: CSS not working

2019-10-10 Thread Mike Dewhirst
On 11/10/2019 2:18 pm, yasar arafath Kajamydeen wrote: Hi All, I just added style sheet in my application but its not working , Please try to help me. I think you need to put your stylesheet in a separate directory reserved for static files such as css, js etc and perhaps call it polls/stati

Re: CSS question for the Admin

2016-06-02 Thread Luis Zárate
Include your own CSS en admin meta class myAdmin(admin.ModelAdmin): class Meta: css ={'all': ['yourcss.css']} El jueves, 2 de junio de 2016, Mike Dewhirst escribió: > On 2/06/2016 7:31 PM, Michal Petrucha wrote: >> >> On Thu, Jun 02, 2016 at 07:22:16PM +1000, Mike Dewhirst wr

Re: CSS question for the Admin

2016-06-02 Thread Mike Dewhirst
On 2/06/2016 7:31 PM, Michal Petrucha wrote: On Thu, Jun 02, 2016 at 07:22:16PM +1000, Mike Dewhirst wrote: I have a varchar field of 300+ chars and I'd like to know how to provide space to wrap it on screen without resorting to a TextField Any CSS ideas? Thanks Mike Perhaps you could overr

Re: CSS question for the Admin

2016-06-02 Thread Michal Petrucha
On Thu, Jun 02, 2016 at 07:22:16PM +1000, Mike Dewhirst wrote: > I have a varchar field of 300+ chars and I'd like to know how to provide > space to wrap it on screen without resorting to a TextField > > Any CSS ideas? > > Thanks > > Mike Perhaps you could override the widget to a Textarea with

Re: CSS not rendering correctly

2014-04-02 Thread Warren Jacobus
this is the line I put in my settings.py file STATICFILES_DIRS = (os.path.join(BASE_DIR, "static"),) On Wednesday, 2 April 2014 13:50:41 UTC+2, Shai Efrati wrote: > > It seems to me that your app doesn't knwo where to pull the CSS from. > Can you post your directories structure and your base.html

Re: CSS not rendering correctly

2014-04-02 Thread Warren Jacobus
here is my directory structure: /Users/warren/sites/env/flight_manager/project/flight_manager (flight_manager)warren@bash:$ ls db.sqlite3 db_stuff.txt flightBooking flight_manager manage.py static templates here is what is in flight_manger and flightBooking flight_manager: __init__.py

Re: CSS not rendering correctly

2014-04-02 Thread Warren Jacobus
here is my directory structure: /Users/warren/sites/env/flight_manager/project/flight_manager (flight_manager)warren@bash:$ ls db.sqlite3 db_stuff.txt flightBooking flight_manager manage.py static templates here is what is in flight_manger and flightBooking flight_manager: __init__.py

Re: CSS not rendering correctly

2014-04-02 Thread Daniele Procida
On Wed, Apr 2, 2014, Warren Jacobus wrote: >I'm having some trouble with my css in my django app. See pic for how >things get rendered. Restart your server, in case you introduced some key files after you last started it, or run collectstatic

Re: CSS not rendering correctly

2014-04-02 Thread Shai Efrati
It seems to me that your app doesn't knwo where to pull the CSS from. Can you post your directories structure and your base.html? Shai. On Wed, Apr 2, 2014 at 2:45 PM, Warren Jacobus wrote: > Hi, > > I'm having some trouble with my css in my django app. See pic for how > things get rendered.

Re: css

2013-10-20 Thread Diogene Laerce
On 20/10/2013 11:07pm, Diogene Laerce wrote: Hi, Could someone tell me if it is normal to have the css not working once one starts the real server (nginx) instead of the dev server on the admin interface ? The dev server "just knows" where the static files are. The real server needs to be

Re: css

2013-10-20 Thread Mike Dewhirst
On 20/10/2013 11:07pm, Diogene Laerce wrote: Hi, Could someone tell me if it is normal to have the css not working once one starts the real server (nginx) instead of the dev server on the admin interface ? The dev server "just knows" where the static files are. The real server needs to be con

Re: css

2013-10-20 Thread Timothy W. Cook
Check the FAQs or Google django staticfiles. On Sun, Oct 20, 2013 at 10:07 AM, Diogene Laerce wrote: > Hi, > > Could someone tell me if it is normal to have the css not working once one > starts the real server (nginx) instead of the dev server on the admin > interface ? > > Cos we've got a nice

Re: css for flatpages

2013-04-21 Thread Michael Hernandez
Sorry what do you mean by flat. Do you mean that they dont import css files into them. As in mobile optimized? You would just create file in a templates directory and include it in any flat pages. It would be fully rendered on the server side, and no extra browser calls to grab the files. On Su

Re: CSS not rendering on local server development

2012-10-02 Thread Jim Wombles
Well, your suggestion actually caused an error that helped me debug what was going on. Silly mistake of forgetting the comma at the end of the tuple in staticfiles_dirs. Cheers to you. On Wednesday, October 3, 2012 12:07:33 AM UTC-4, JJ Zolper wrote: > > Off the top of my head I forget what ki

Re: CSS not rendering on local server development

2012-10-02 Thread JJ Zolper
Off the top of my head I forget what kinks I ran into when trying to get CSS to load on my development server. I'll try and come up with things I remembered and let you know if I do. One thing in Chrome that I tend to have to do (probably why firefox is better in this case) is I have to clear m

Re: CSS not appearing in production mode.

2012-06-17 Thread Kev Dwyer
Jak wrote: > Hello All, > > I am having a difficult time getting the CSS for my web app to appear when > I turn debug mode to false. When debug mode = True all the images show up > fine, but when I turn it to false only the html appears. What do you think > could be happening? > > > Thanks > >

Re: CSS reference to Media folder

2012-02-16 Thread Kolbe
Thanks guys for the valuable recommendations. I tried this one before > background-image: url(/media/images/base/ gradient2.png) Didn't work then, will give it a try later. *am loving django. Cheers! Max On Feb 16, 5:54 pm, MikeKJ wrote: > background-image: url(/media/images/base/gradient2.pn

Re: CSS reference to Media folder

2012-02-16 Thread MikeKJ
background-image: url(/media/images/base/gradient2.png) eg On Feb 15, 12:37 pm, Kolbe wrote: > Hi all, > > I have a .css file in the /static/ folder where I keep all my styles. > > Now when I want to refer to images that I use in my CSS that are > stored in the /media/ folder, how do I reference

Re: CSS reference to Media folder

2012-02-16 Thread Leonardo Giordani
I think it is better for you to keep CSS images in /static folder too. /media is better suited as a folder to host user-loaded content. If you keep CSS and images in /static you can just refer to them with a relative path. I think that probably (but I'm not sure) CSS can only address relative pat

Re: CSS question

2011-08-22 Thread Cal Leeming [Simplicity Media Ltd]
Really would advice against using inline-block - for same reasons as before. Like anything though, CSS is another one of those things you have to sometimes learn the hard way... But the trick is, CSS/HTML shouldn't be hard, it should be one of those things that just rolls off the finger tips. Aga

Re: CSS question

2011-08-22 Thread Axel Bock
well. inline-block is around since … at least 2007ish, and according to this table it _really_ should be no problem for a somewhat new browser. and I honestly think IE6&7 support is … not an option, given that ie8 is around since 2006! *if* you have the written requirement … bad. if not, well,

Re: CSS question

2011-08-22 Thread Micky Hulse
Hi Cal, On Mon, Aug 22, 2011 at 12:49 AM, Cal Leeming [Simplicity Media Ltd] wrote: > OP - let me know if you resolved your issue. If not, ill show you the > standard way of doing it. I have always considered vertical-align pretty standard. ;) > For the record - vertical align in some usages is

Re: CSS question

2011-08-22 Thread Cal Leeming [Simplicity Media Ltd]
Sorry to be a party pooper, but inline-block is yet again another one of those big no-nos when it comes to cross browser/version. http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ On Mon, Aug 22, 2011 at 7:35 PM, Axel Bock wrote: > Hah! I can answer something on a Django-li

Re: CSS question

2011-08-22 Thread Axel Bock
Hah! I can answer something on a Django-list - oh joy :) . Yes, indeed I have an idea. *inline-block* may be the css thing for you. A very nice example for that is here: http://www.brunildo.org/test/inline-block.html Go to http://www.brunildo.org/ to have an overview over a lot of other stuff,

Re: CSS question

2011-08-22 Thread Cal Leeming [Simplicity Media Ltd]
-- Forwarded message -- From: "Cal Leeming" Date: Aug 22, 2011 8:49 AM Subject: Re: CSS question To: OP - let me know if you resolved your issue. If not, ill show you the standard way of doing it. For the record - vertical align in some usages isnt going to work v

Re: CSS question

2011-08-22 Thread Cal Leeming
OP - let me know if you resolved your issue. If not, ill show you the standard way of doing it. For the record - vertical align in some usages isnt going to work very nicely cross browser/versions. On Aug 21, 2011 10:47 PM, "Joshua Russo" wrote: > I know this is a bit off topic but I know this pl

Re: CSS question

2011-08-21 Thread Joshua Russo
Thanks for the help, CSS is always my gremlin -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/TmoW1R-DflQJ. To post to this group, send email to django-use

  1   2   3   >