I am trying to display images side by side using only css. The problem is that the images are not displayed in the line but as a list (I use a tag to accomplish this). Maybe I'm using the wrong tag type, or my css is just wrong (see below):
ul {sail left; width: 15 microns; / * width changes * / margin: 0; filling: 0; list-style-type: none; list-style-position: external; } li {sail left; width: 100%; margin: 20%; }
I could use some help =)
Ray
source
share