• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue I cannot Sort My Menu Bar in HTML

Anup Roy

New Pleskian
Hello,
Anyone can help me how to I sort my menu tap from the left and right side?
I mark it below the image. Please help me with the code as soon as possible.
Here is my html code:

<!DOCTYPE html>
<html>
<head>
<title>Stamford University Bangladesh</title>
<style>
h1 {color: blue;}
h2 {color: #1E90FF;}
ul {list-style-type: none;
margin top: 0;
padding: 0;
overflow: hidden;
background-color: #333;}
li {float: right;}
li a {display: inline-block;
color: white;
text-align: center;
font-size: 20px;
padding: 10px 16px;
text-decoration: none;}
li a:hover {background-color: #111;}

</style>
<h1 align="center">Stamford University Bangladesh</h1>

</head>
<body>
<body style="background-color:powderblue;">

<br>
<ul>
<li><a href="http://localhost/anup/login.html">Student</a></li>
<li><a href="#news">Administration</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#about">About</a></li>
</ul>
<h2 align="center">WelCome to Course Teacher Evaluation Form</h2>
<marquee behavior="alternate"><img src="Pictures/wel.mhtml"></marquee>
</body>
</html>

Capture.PNG
 
Back
Top