ich habe mit # geschrieben weil ich miteinem Punkt bekomme gleiche..
aber warum nicht bekomme mit display: inline; ,eine inline , wie meine Erste Post ?
mit CSS hast Du noch nicht viel gemacht?
.link_wechsel ul {
list-style-type: none;
margin-left: 340px;
}
.link_wechsel a {
display: inline;
text-decoration: none;
border: 1px solid gray;
background-color: #FE2E64;
color: black;
padding: 8px;
opacity: 0.5;
font-family: Times New Roman;
}
.link_wechsel a:hover {
background-color: #9f9e9e;
}
.link_wechsel li[aria-current=page]{
margin-left: 390px;
color: blue;
}
ich weiss nicht mehr schreibe...☺️