All I need to do is link up the images of the flags to a translation of the landing page. It seems simple enough, right? But when I add the link to the image, all of the images become misaligned.
Here's the code I'm working with without adding <h ref=".....">:
CODE
#navigation {padding:10px 0; }
CODE
<div id="navigation">
<ul>
<img id="flag_img_en" border="0" Hspace="5" Vspace="0" style="float:right" title="Hebrew" alt="Israeli flag" src="http://patriotmissive.com/images/flag_israel.png"/>
<img id="flag_img_en" border="0" Hspace="5" Vspace="0" style="float:right" title="Spanish" alt="Mexican flag" src="http://patriotmissive.com/images/flag_mexico.png"/>
<img id="flag_img_en" border="0" Hspace="5" Vspace="0" style="float:right" title="English" alt="American flag" src="http://patriotmissive.com/images/flag_us.png"/>
<li><a href="greencardlottery.html">HOME</a></li>
<li><a href="about.html">ABOUT US</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
<ul>
<img id="flag_img_en" border="0" Hspace="5" Vspace="0" style="float:right" title="Hebrew" alt="Israeli flag" src="http://patriotmissive.com/images/flag_israel.png"/>
<img id="flag_img_en" border="0" Hspace="5" Vspace="0" style="float:right" title="Spanish" alt="Mexican flag" src="http://patriotmissive.com/images/flag_mexico.png"/>
<img id="flag_img_en" border="0" Hspace="5" Vspace="0" style="float:right" title="English" alt="American flag" src="http://patriotmissive.com/images/flag_us.png"/>
<li><a href="greencardlottery.html">HOME</a></li>
<li><a href="about.html">ABOUT US</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
My question is where do I add the linking code (<h ref=".....">) in order for the images to stay put?
http://patriotmissive.com/greencardlottery.html
Thanks in advance!
