Page 1 of 1

What to post here

Posted: Tue Jun 17, 2025 2:02 am
by cmdr_nova
Although I feel the topic of this forum is pretty self-explanatory, I feel it'd be best to also give an example of what or how to post here. So, let's say you're a beginner, or you're just having issues, in-general. You've got your website up and running, but the CSS isn't loading or working properly. Feel free to pose a question, like:
My CSS isn't working, here's a snippet:

Code: Select all

.image-right {
  float: right;
  margin: 0 0 10px 10px;
  max-width: 50%; 
}
What am I doing wrong?
This is an acceptable way to request help with something you're working on. Please refrain from posting gigantic code snippets that span miles and miles down a page. Try and keep your snippets and examples related to exactly what you're having an issue with.