html and css problem

Before I go with the problem, I would like to say Thank you for the great free internet hosting service.My problem is that my site
that I made using mobirise and adobe brackets looks good before keeping it in my ftp file.However after I made it online the css does,nt show up at first.After a few changes it looks like this http://nikmusang.epizy.com/ .Anyway the question is is it a coding error or ftp error.

hello
you have a problem with files path
many of them do not exist

see calls here

      <link rel="stylesheet" href="assets/web/assets/mobirise-icons/mobirise-icons.css">
      <link rel="stylesheet" href="assets/tether/tether.min.css">
      <link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
      <link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
      <link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
      <link rel="stylesheet" href="assets/animatecss/animate.min.css">
      <link rel="stylesheet" href="assets/socicon/css/styles.css">
      <link rel="stylesheet" href="assets/dropdown/css/style.css">
      <link rel="stylesheet" href="assets/theme/css/style.css">
      <link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">

compare with this
http://nikmusang.epizy.com/assets/

use developer tools (F12) / console for more info about errors

if you do not want that contents of your directories to be visible to others

put this in .htaccess file inside of your htdocs dir

# Disable Directory Listings in this Directory and Subdirectories
# This will hide the files from the public unless they know the direct URLs
Options -Indexes

@OxyDac said:
hello
you have a problem with files path
many of them do not exist

see calls here

      <link rel="stylesheet" href="assets/web/assets/mobirise-icons/mobirise-icons.css">
      <link rel="stylesheet" href="assets/tether/tether.min.css">
      <link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
      <link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
      <link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
      <link rel="stylesheet" href="assets/animatecss/animate.min.css">
      <link rel="stylesheet" href="assets/socicon/css/styles.css">
      <link rel="stylesheet" href="assets/dropdown/css/style.css">
      <link rel="stylesheet" href="assets/theme/css/style.css">
      <link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">

compare with this
http://nikmusang.epizy.com/assets/

use developer tools (F12) / console for more info about errors

thanks for the reply.It did help on safari but all the buttons dont work on google chrome and mozila.I browse the web and I still dont know what went wrong.

first is not <DOCTYPE html>
correct is <!DOCTYPE html>

Can you tell me which buttons do not work?
at my FF all “works”

if you think of “name - email - phone”
This is not a buttons but a form
though it looks like a button (not user frendly)

also try cleaning cache !

You also have an inline js code that is not inside of <script>
so it’s treated as a plain text
<script> here put your code </script>

this is the beginning of that js >line 844 if (window.chrome)

ty dude appreciate your help so much.Well Im still new in this coding stuff so i dont notice the problems like tags and syntax when it gets messy.Thanks mate.

1 Like

np and yw :slight_smile:

you can always check your code (copy/paste and correct errors) here