Hi everyone!
I've a problem with HTML Editor in Cpanel. I uploaded my files to Cpanel and tried to make some minor changes with HTML Editor. After saving my file I found out that All of the icons/link elements changed their location on the webpage. I also added comments inside my icon tag but this didn't help. In the code sample below the language menu changes it location to where menu comment is.
What could be the reason(s) for this problem and how can I solve this?
I've a problem with HTML Editor in Cpanel. I uploaded my files to Cpanel and tried to make some minor changes with HTML Editor. After saving my file I found out that All of the icons/link elements changed their location on the webpage. I also added comments inside my icon tag but this didn't help. In the code sample below the language menu changes it location to where menu comment is.
What could be the reason(s) for this problem and how can I solve this?
HTML:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Hotel- Menu</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/fontawesome-all.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Playfair+Display">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.1/css/swiper.min.css">
<link rel="stylesheet" href="assets/css/Navigation-Clean.css">
<link rel="stylesheet" href="assets/css/Product-Slider-9.css">
<link rel="stylesheet" href="assets/css/Simple-Slider.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<header>
<div class="carousel slide carousel-fade" data-ride="carousel" data-interval="6000" data-pause="false" id="carousel-1">
<div>
<nav class="navbar navbar-light navbar-expand-lg default" style="font-family: Quicksand, sans-serif;" data-spy="affix" data-offset-top="200">
<div class="container"><a class="navbar-brand text-uppercase" href="index.html" style="font-family: 'Playfair Display', serif;font-size: 24px;">MENU</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1" style="padding: 5px 0px;text-align: center;">
<!-- MENU -->
<ul class="nav navbar-nav" style="margin: auto;display:block;">
<!-- LANGUAGE MENU-->
<div class="language no-mobile">
<a href="est/menu-1.html"><span class="language-item">EST</span></a>
<a href="menu-1.html"><span class="language-item">ENG</span></a>
<a href="ru/menu-1.html"><span class="language-item">RU</span></a>
</div>
<!-- END OF LANGUAGE MENU -->