それぞれ3つの画像の行があるdivがあります。画像はすべて同じサイズです。私は小さな完全に透明な透明な画像を使用していましたが、画像間にスペースを形成するために高さと幅を明示的に指定しました。例は次のようになります。
div begin
space image width=15, height=1 actual image (no explicit dimensions)
space image width=10, height=1 actual image (no explicit dimensions)
space image width=10, height=1 actual image (no explicit dimensions)
space image width=900, height=20 (this is to separate rows, which should be 900 wide, space + 3 x image)
space image width=15, height=1 actual image (no explicit dimensions)
space image width=10, height=1 actual image (no explicit dimensions)
space image width=10, height=1 actual image (no explicit dimensions)
div end
これらの行は、コードによって生成される場合と生成されない場合があり、hrefs が存在する場合もあります。画像/またはアンカー要素にマージン/パディングを使用してスペースを作成できる可能性があることに気付きました。ただし、これには各画像にクラスを設定する必要があります。これは良い方法とは思えません。いくつかの理由により、スペースはアンカータグ内にあり、リンク可能になります。私は div を使用し、それらに対して特定のクラスを使用することに反対しません。私はこれを試しましたが、期待どおりに動作しないようです。改行を作成するため、画像が列に表示され、実際のスペースを占有していないように見えます.