After trying various methods and conducting thorough research, I am still unable to resolve the issue with my code. Could someone please review it and provide some guidance? Any help would be greatly appreciated.
I have experimented with different div widths, positioning types, and display properties, but nothing seems to work. The problem persists at the footer section of the following site:
Here is the HTML code:
<div id="footer">
<div id="footermain">
<div id="f1">
<ul>
<li><a href="index2.html">Home</a></li>
...
...
</div>
CSS:
#footer {
font-family: 'Sintony', sans-serif;
font-size: 12px;
...
...
margin-left: auto;}