Jump to content

Can someone help please?


Jenny Jones

Recommended Posts

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>  

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...