How to send an HTML file with css? -


i have html file linked css stylesheet , saved usb. send compressed folder , sent via facebook friend, when opened it, design in first page not loaded , following pages cannot displayed whereas here in pc, it's working. seems cannot locate files , think has links , directories... how going send friend able open , see in same way? appreciated.

if it's in compressed folder, friend need extract folder each file able use eachother.
or, if friend isn't tech-savvy, inline css (i.e. not link externally) , javascript 1 .html file:

<html>   <head>     <style>        /* styles here */     </style>   </head>   <body>     <h1>html here</h1>       <script>         //some js code...       </script>   </body> </html> 

Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -