Jump to content

Jenny Jones

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Jenny Jones

  1. I opened an HTML in notebook and saved it as an .html file in UTF-8 but it made no difference!
  2. I am going to sound really stupid now but I don't know how to save my files as UTF-8 encoded. I already have meta charset="UTF-8"> in the file see below <!DOCTYPE html> <html lang="en"> <title>Picturesque Peloponnese</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="DESCRIPTION" content="The Peloponnese in Greece, has archaeology at its best, endless beaches, caves, waterfalls, churches and monasteries, forts and castles galore."> <meta name="KEYWORDS" content="picturesque-peloponnese"> <link rel="stylesheet" href="w3.css" type="text/css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato"> <link rel="stylesheet" href="fontawesome/css/all.css" type="text/css"> <style> body {font-family: "Lato", sans-serif} .mySlides {display: none} </style> <body>
  3. Here is some code from the Nav Bar hope it is enough. Thank you for your quick reply. <div class="w3-top"> <div class="w3-bar w3-grey w3-card"> <a class="w3-bar-item w3-button w3-padding-medium w3-hide-medium w3-hide-medium w3-right" href="javascript:void(0)" onclick="myFunction()" title="Toggle Navigation Menu"><i class="fa fa-bars"></i></a> <a href="index.html" class="w3-bar-item w3-button w3-padding-medium">HOME</a> <div class="w3-dropdown-hover w3-hide-small"> <button class="w3-padding-medium w3-button" title="More">ARCHAEOLOGY<i class="fa fa-caret-down"></i></button>
  4. I am currently changing my website to responsive using The Band CSS Template. On my navigation bar the dropdown arrow has changed as per the screen shot and I cannp
×
×
  • Create New...