1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

HTML YIKES!!!! Please help!! I made a booboo =(

Discussion in 'Web Development' started by Amanda88K, Feb 6, 2013.

  1. Amanda88K

    Amanda88K New Member

    I am working on a website for a meat shop and i am changing some things from this template to fit the needs of the store. However, I uploaded everything (all in the same folder they should be in) and the site is totally whack!

    Suppose to look like this https://freewebsitetemplates.com/preview/steakhousewebtemplate/
    and it looks like this http://wilsonmeat.com/

    I am going to keep working on the links but please someone help me. I'm kinda freaking out!
     
  2. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    take a look at the html code for each page, change as listed below

    <!DOCTYPE html >
    <!---- Website template by freewebsitetemplates.com ---->
    <html>

    <head>
    <title>Wilsons Blue Ribbon Meats</title>
    <meta charset=iso-8859-1" /> <------- REMOVE THIS on every html page
    <meta charset="UTF-8"> <---------- ADD THIS to every html page
    <link href="css/style.css" rel="stylesheet" type="text/css" />
    <!--[if IE 6]>
    <link href="css/ie6.css" rel="stylesheet" type="text/css" />
    <![endif]-->
    <!--[if IE 7]>
    <link href="css/ie7.css" rel="stylesheet" type="text/css" />
    <![endif]-->
    </head>
     
  3. Amanda88K

    Amanda88K New Member

    Thank you!!!! I will def try that tonight!!! =D
     
  4. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    There were some errors in the old version of this template.
    We have updated the template, removed all errors, and made some design changes.