Jump to content

niche

Members
  • Posts

    3,671
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by niche

  1. Please excuse me. Obviously, that’s what it says.
  2. The answers to all your questions are easily found in the w3schools tutorials. for example: https://www.w3schools.com/html/html_head.asp
  3. Sub divide your page into <div></div> and give each div an id. Edit: Then, you can do whatever you want, with each id.
  4. Please repost using the code tags. If your script is too long, please repost using the code tags.
  5. use this: href="../css/styles.css">
  6. Your code has a few width defined in pixels, but mostly 100% widths. I'd start there. Take every thing out and start putting it all back in one element at a time. And, use your developer tools so you can actually see where the problem is. Judging on those 100% widths, I'd say, mobile was an after thought. EDIT: I just displayed your code. All those inline styles are definitely going to be a problem. Especially, at 100%. Best to abstract em out into a stylesheet.
  7. Time to post your relevant code using the code tags
  8. https://www.w3schools.com/css/css_rwd_viewport.asp
  9. edit profile button, upper right hand corner of your profile page
  10. FYI, my experience is your code will be tied to the version of the browser you're currently using when it comes to printing a page. A version or to down the road, and your code may not work, as intended. Having said that, are you really talking about printing a page of displaying a page?
  11. looks like its now standard equipment https://www.google.com/search?q=preview+window+notepad+%2B%2B&rlz=1C1CHBF_enUS800US800&oq=preview+window+notepad+%2B%2B&aqs=chrome..69i57.12693j1j7&sourceid=chrome&ie=UTF-8
  12. niche

    SQL issue

    looks fine. are you getting the results you expected?
  13. niche

    mvc or no mvc

    If you won't EVER have to develop your project, my answer is probably no, no MVC needed. If you WILL develop your project, my answer is probably yes, yes MVC is a good idea. Else, spaghetti.
  14. niche

    Help

    I think this is the answer to the question you're really asking https://www.w3schools.com/sql/sql_orderby.asp If not, tell me about your array.
  15. Please show us the code you’ve written, so far, so we can better answer your question.
  16. That's a start. This is the place to learn some of the other scripting languages you'll need to know and work out the bugs in the code that you'll need to write.
  17. The General Heading is for topics concerning the w3schools site. Do you code?
  18. Please read our guidelines: [topics] Must be a Specific Problem or Question related to web design and developmen Do you code?
  19. Taking your question as asked, /js is a path in the w3schools website. I'll bet that's not really what you want to know. If so, please be more specific.
  20. Try changing the label display to inline and put a line break after each input option. EDIT I’m pretty sure display:block for the input label is the problem.
  21. s3schools.com is not a thing
  22. Our guidelines are very clear: No direct or indirect advertising for websites, forums, products, services
  23. Fox hit the nail on the head. I would respectfully add, focus on the WHERE keyword.
×
×
  • Create New...