viciouskitten
01-05-2013, 07:23 PM
Hi
I'm still fairly new to coding, and I'm having a problem that In my mind should be so simple.
I want to align 5 linked images side by side with only a small amount of padding in between. I have specified that there should be no padding or margins in my css and even tried in my html but nothing seems to work. I just can't figure out what I'm doing wrong.
Any help would be appreciated.
This is the website: http://kieronhuntdesign.com/index.html
here is my html:
<a href="about.html"><img src="images/button_1.png" alt="about me" width="300" height="200" /></a>
<a href="design.html"><img src="images/button_2.png" alt="design" width="300" height="200"/></a>
<a href="illustration.html"><img src="images/button_3.png" alt="illustration" width="300" height="200" /></a>
<a href="photography.html"><img src="images/button_4.png" alt="photography" width="300" height="200" /></a>
<a href="contact.html"><img src="images/button_5.png" alt="contact" width="300" height="200" /></a>
I'm still fairly new to coding, and I'm having a problem that In my mind should be so simple.
I want to align 5 linked images side by side with only a small amount of padding in between. I have specified that there should be no padding or margins in my css and even tried in my html but nothing seems to work. I just can't figure out what I'm doing wrong.
Any help would be appreciated.
This is the website: http://kieronhuntdesign.com/index.html
here is my html:
<a href="about.html"><img src="images/button_1.png" alt="about me" width="300" height="200" /></a>
<a href="design.html"><img src="images/button_2.png" alt="design" width="300" height="200"/></a>
<a href="illustration.html"><img src="images/button_3.png" alt="illustration" width="300" height="200" /></a>
<a href="photography.html"><img src="images/button_4.png" alt="photography" width="300" height="200" /></a>
<a href="contact.html"><img src="images/button_5.png" alt="contact" width="300" height="200" /></a>