Edited meta coding not putting to site.
I took on editing a website using Dreamweaver having zero coding experience but picking it up along the way as I am purely a means to an end in terms of editing the site.
Anyway, I recently created two new pages for the site based on existing pages and literally copying everything across and then changing the material on the page and the web address.
The new pages I have created have put everything else on the site EXCEPT for the meta tags. I have changed these in the coding, but for some reason they STILL won't put to the site.
Example... This is what was left in the coding from another existing page that was created. NB: ** is hidden info I'd prefer to keep private.
<!DOCTYPE HTML>
<html lang="en"><head>
<meta charset="UTF-8" />
<link href="../css/site.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="../images/mayfields.ico" />
<style type="text/css">
</style>
<meta name="author" content="**" />
<meta name="description" content="**">
<meta name="keywords" content="**" />
<title>
**</title>
</head>
The two ** are the only bits of coding on this I have tried to change and are the bits I want changing, but won't put to the site when refreshed.
Many thanks for your help!




