you have a space character at the beginning of the assets folder. you’ll need to remove the space from the name of that folder https://tabi-ya.neocities.org/%20assets/blueprints/index.css loads the index.css when the %20 for the space character is added Answer from ttywitch on discourse.32bit.cafe
🌐
Reddit
reddit.com › r/neocities › neocities not saving my changes
r/neocities on Reddit: neocities not saving my changes
December 25, 2020 -

i am very very new to neocities and html and all that. I am having an issue whenever i save my edits to the code and i click view my changes dont show up and when i leave and go back to the dashboard the file resets to its previous version. I don't know if this is something wrong with neocities or something wrong on my end.

🌐
MelonLand
forum.melonland.net › index.php
Changes to CSS files won't be applied when I click "Save ...
A web project and online arts community that celebrates homepages, virtual worlds, the world-wide-web and the digital lives that all netizins share.
🌐
Neocities
needhelpwith.neocities.org › faq
Neocities Help
The reason for this is that Neocities is mean't to have your website last long. Programming languages like PHP get outdated pretty quickly meaning your site won't work properly! D: The main programming languages you can use however is HTML, CSS and JS. Q: My webpage/file isn't updating!
🌐
GitHub
github.com › neocities › neocities › issues › 386
Style.css troubles · Issue #386 · neocities/neocities
December 31, 2021 - Style.css wasn't updating. Style.css wasn't loading on page load. 3. (and this is important) style.css is not allowing me to edit it. Any attempts to edit this stylesheet are unsuccessful, and instead redirect me to neocities.org.
Author   plopilpy
🌐
Neocities
neo-neighborhoods.neocities.org › geocities › homestead › FAQ
NeoCities Main FAQ Page
Why is my web site not updating when I make changes · Can I put ads on my site, or use it for commerical purposes
🌐
Neocities
petrapixel.neocities.org › coding › common-mistakes
common coding mistakes - petrapixel - Neocities
All of these lead to wrong nesting, ... layouts, CSS not working, scripts to throw errors, and more calamity. I recommend inspecting your site with your browser's Dev Tools: It lets you see the nesting visually. Hovering over the code for an element, for example, highlights that element on the page. Getting nesting right is difficult in an editor that doesn't check for nesting errors or formats your HTML automatically (such as Neocities' built-in ...
🌐
Reddit
reddit.com › r/neocities › .css not updating with .html file on neocities
r/neocities on Reddit: .CSS not updating with .HTML file on neocities
October 14, 2022 -

I'm new to html and css so my code might be wrong here but I've been trying to change the background colour and add a sidebar to make a menu on my neocities website but the .css files arent changing anything related to the website.

I'll add some detail and code also, so I have a index.css and style.css file, in the style.css I have a code that said 'body {

background-color: darkred;

}', I've now darkred to black but for some reason the .css hasnt changed (I click view and it still says darkred)

In the index.css I have code that says:

'#menubar {

width: 200px;

float: right;

padding: 10px;

background: white;

border: 2px black solid;

border-radius: 8px;

margin-top: 8px;

}'

and in the index.html i have '<div class="#menubar">'

edit: for some reason it works in codepen also but not neocities?

Top answer
1 of 2
9

You could have any number of issues, but I'd like to point out a cool tip when using Chrome.

On your page, with the developer tools open if you press and hold the reload button you get a great option to clear the cache and hard reload!

This is very handy to make sure you have the "freshest" copy while developing.

Update: As for your scenario (after reading updates) it sounds like an HTTP header issue with your CSS file.

Check what HTTP headers are being sent with your CSS file response. If you are not specifying a cache header it will likely try to cache for you. Set an expires header (in the past) when in development, but far in the future when in production. In the Network tab of your developer tools (most browsers) you should be able to see these headers, or you can use a too like Fiddler that will let you deeply inspect your network traffic.

Alternatively if you can't easily tweak the HTTP Headers, then set a far expires header, but ensure the path to the file changes whenever you make a code change. Options include:

  • adding a time() stamp (always changes (yeah!) but doesn't cache (boo))
  • add the version control # to the file URL (works great, but you need to manage the updates properly within your tooling)
  • something fancier that creates a generated "fake" path to the file that auto changes on any modification to the file... but also loads the URL as expected, and sets the cache to "forever" (max 365 days according to the HTTP specs)
2 of 2
1

You may try queries to force the browser to load fresh CSS when it loads. To do this

<link rel="stylesheet" type="text/css" href="css-file-name.css?v=1.1">

If you are comfortable with php you may try below code to force the browser to load most updated CSS to load. To do this

<link rel="stylesheet" type="text/css" href="http://example.com/style.css?d=<?php echo time(); ?>" />

This will ensure browsers always load fresh CSS with last modified time stamp.

Hope this help you.

Find elsewhere
🌐
GitHub
github.com › neocities › neocities › issues › 562
CSS not showing on mobile · Issue #562 · neocities/neocities
December 17, 2024 - however when i open it on my ipad (ipados 17.6.1 both opera and safari), it doesn't display any of the fonts i selected, not even the basic ones like sans-serif. instead it shows some serif font (shown in the first screenshot). i asked my friend to open the site on his phone (ios 16.7.10 google chrome) and send me a screenshot, and it seems like none of the css loads for him except the background gradient (second screenshot). i feel like this is likely a neocities problem and not a device one?
Author   justfilingabugreport
🌐
GBAtemp
gbatemp.net › home › forums › other discussions › general off-topic chat
Trouble with CSS, for the love of god I need help | GBAtemp.net - The Independent Video Game Community
February 4, 2026 - Guess I'll just clear it anyway though, might be good luck Edit: If you're on desktop, you can also simply just go to the page and right click, then hit view source to see the raw HTML. As for the CSS file, just go to where I said it was (again, catboybeebop.neocities.org/styles/main.css) and it'll just be displayed raw.
🌐
Neocities
neocities.org › contact
Neocities - Contact
Contact Neocities support and get help with your account or site.
🌐
GitHub
github.com › neocities › neocities › issues › 182
Deletes & Updates DELAY [approx 0.5 hour] · Issue #182 · neocities/neocities
June 12, 2015 - Deleted some .js .css and .html on Dashboard, but the links are still accessible. [Page deleted] Updated the index.html but the "http://xxx.neocities.org/" is different from the "http://xxx.neocities.org/index.html" i.e. "http://xxx.neoc...
Author   fionnachan
🌐
GitHub
github.com › neocities › neocities › issues
neocities/neocities
neocities / neocities Public · Notifications · You must be signed in to change notification settings · Fork 168 · Star 1.8k · Search Issues · is:issue state:open · is:issue state:open Search · LabelsMilestonesNew issue · Open · Closed · Status: Open.
Author   neocities
🌐
Neocities
aparrish.neocities.org › css-with-style
Neocities
When we write CSS rules, we have to put them in a special place in the HTML file. There's a special tag, called <style>, which needs to be a child of the <head> element. Here's an updated version of the boilerplate code that has this tag ready to go:
🌐
Proboards
petzforum.proboards.com › the rkc petz forum › help desk › neocities questions
Neocities Questions | The RKC Petz Forum
Does anyone here use Neocities? After editing a page on my site I hit "view" to see how it looks and it doesn't show the changes I made. For example, if I add a word and hit view, it doesn't show
🌐
Team Treehouse
teamtreehouse.com › community › my-indexhtml-will-not-update-on-the-website
My index.html will not update on the "website" (Example) | Treehouse Community
March 26, 2015 - I have saved it but all the extra code that I add will not actually update on the page when I view it with the eyeball, I have tried deleting it and rewriting the code, as well as restarting chrome and reloading the webpage
🌐
MelonLand
forum.melonland.net › index.php
Neocities stylesheet lag? - ☔︎ ∙ I need Help!
A web project and online arts community that celebrates homepages, virtual worlds, the world-wide-web and the digital lives that all netizins share.
🌐
Reddit
reddit.com › r/neocities › why is my css not appearing?
r/neocities on Reddit: Why is my CSS not appearing?
July 8, 2022 -

Hello! I'm absolutely brand new to this (I learned very basic HTML as a child but not much), so I've been following this tutorial to try and make a basic layout for my site. I've been writing the code in CodePen and everything seems to look fine (don't mind the silly placeholder text): https://codepen.io/catciuin/pen/OJvNzeM

I've already added the basic HTML to Neocities, which is also working fine. However, when I try to add the CSS link using <link rel="stylesheet" href="style.css">, it just doesn't show up at all. The stylesheet is just saved as "style.css" and is in the same folder as index.html - just the default folder, I haven't added any new ones. I've googled around and tried a few solutions with no luck, including adding other tags, creating a new .css file, adding . or ./ in front of style.css.

It also doesn't show up even if I add it into the HTML, without a separate file. I've tried adding it at the top or bottom of the page, inside <head> tags, just about every suggestion I've been able to find.

I can't figure out if I'm missing something really obvious or what :( any help would be really appreciated!

EDIT: I ran the same HTML & CSS on w3spaces and it seems to be just fine. Is this a neocities specific issue? :s