css - How to put several links on the same line? -


my links unfortunately gets on different lines. have tried add display:inline; in css doesen't @ all

<h5>     <a href="start.html" target="search_iframe">start </a>     <a href="bildredigering.html" target="search_iframe">bildredigering</a>     <a href="start.html" target="search_iframe">foton</a>     <a href="start.html" target="search_iframe">vector </a>     <a href="start.html" target="search_iframe">om sidan</a> </h5> 

a { float: left; } 

https://jsfiddle.net/5tzl42aq hope help...


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -