this post was submitted on 17 Jun 2025
5 points (100.0% liked)

HTML

379 readers
1 users here now

founded 2 years ago
MODERATORS
 

My site is currently pretty simple, but it still uses enough CSS that some parts of it look really bad in a browser like Links2 that doesn't support CSS. Most of what i'm doing with CSS can be done with plain HTML, it just doesn't look as good.

Is there a way to make a page try to load normally with CSS and whatnot, and then only load a simpler version with everything done in tables if the normal version can't load? Is my best option here to make normal and simple versions of every page?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 week ago

You could make your html usable without css. You could also test some css manipulaion with javascript. Or load both and hide the unstyled one with css