I'm using this nice one grid
with images: Visit the link because that's where all the code I use is, you can also work on the code if necessary right there: ( http://jsfiddle.net/edlea/uZv3n/ ) to show some logos on a website
When I put the links that correspond to the url of each logo, it makes me a line break, placing the logo where I insert the image above and all the others below, instead of keeping the grid
established one and it does not add the link above, I don't know what do i do wrong
And I have to put the links yes or yes.
I put it like this:
<a href="http://miweb.com"><img src="http://placehold.it/350x150/69D2E7/ffffff"></a>
To get the different
img
ones to be on the same line, there is thestyle
precisely calledinline
.To use it anywhere
img
, it is as easy as using the tagstyle="display: inline;"
, in your specific case:For each of those
img
you want to occupy the same line (as long as there is enough space)