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
Post a Comment