Jump to content

cakez

Member
  • Posts

    362
  • Joined

  • Last visited

Everything posted by cakez

  1. I just imported a mov video into photoshop. I'm trying to export it as a gif, using save for web(legacy). But when I try it says adobe save for web error. Can anyone help me fix it? Thanks.
  2. What do you mean by "what am I running?"I'm using Brackets to code and I'm using the built-in live preview to view the site. Also, I'm pretty new to php, so what's unprotected form?
  3. Yep, same folder.In fact next to each other
  4. yes the php file is called form.php screenshot
  5. I'm building a contact form, but when I press submit/send, it says cannot post /form.php. Can anyone help me fix this? HTML <form name="form" method="post" class="contact" action="form.php"> <label for="name">Name</label><br> <input class="text" name="name" type="text" /> <br><br> <label for="email">Email</label><br> <input class="text" name="email" type="text" /> <br><br> <label for="message">Message</label><br> <textarea class="message" name="message"></textarea> <br><br> <input class="submit " name="submit" type="submit" value="send"/> </form> PHP <?php $name = $_POST['name']; $email = $_POST['email']; $message = $_POST['message']; $to = 'jsmith@gmail.com' $subject ='Website User' $msg = $name . " " . $email . " " . $message; mail($to, $subject, $msg); header('Location: Contact.html'); exit; ?> Thanks
  6. I'm probably spent more than 30 min on the internet, I found a guide on w3 schools. But I don't know how to make the menu go fullscreen when you click it.
  7. I used the skeleton boilerplate and I fixed it footer { position:fixed; left:0px; bottom:0px; width:100%; }
  8. Do you want the other css? normalize skeleton font-awesome font stylesheet and I set .container{ width: 100%; bottom: 0; and it still doesn't fix it.
  9. Can anyone help me make a menu similar to the one on https://bert.house/en/? I can't figure out how. Thanks
  10. position fixed messes up the whole thing, and width: 100%; doesn't do anything
  11. Hi, I'm coding my website, and for my footer I set it to be blue. But the footer isn't at the bottom of the page, or go the full width of the page.Can anyone help me fix it? BTW I'm using the skeleton boilerplate HTML <footer class="main_nav blue"> <div class="container"> <div class="row twelve columns"></div> <div class="row twelve columns offset-by-three"> <p>Copyright &copy; 2017 . All Rights Reserved.</p> </div> </div> </footer> CSS .main_nav{ padding: 1% 0; display: block; } .blue { background-color: #76bfd7; }
  12. No ,actually it started after my windows updated.
  13. I just scanned and cleared my system with adw_cleaner, and nothing changed.
  14. Giving it a shot, scanning now.
  15. Sadly, it does, it does it in all my browsers.
  16. Well, just did a reinstall, it's still the same, and MB detected nothing.
  17. Ok, gonna reinstall in a couple of minutes.
  18. There are my extension, do your images from google imaged look like this?
  19. yep, scanning right now, so far nothing detected. Scan is almost done. And, does your google chrome look like this?
×