I have a div that contains three images and I want to center it in the center of the page (much like the Google search bar). I've tried playing around with just about everything (position, margin, etc.) but even if I get it centered on one monitor, when I move it to a different monitor it is not centered on that new monitor. Please help!
Here is the HTML:
<div id="boxes">
<a href="voting_registration.html" target="_blank"> <img src="images/VR.jpg" alt="Voting Registration Information" class="list" /></a>
<a href="ballot.html" target="_blank"> <img src="images/PCB.jpg" alt="Platforms, Candidates and Ballots" class="list" /></a>
<a href="voting_information.html" target="_blank"><img src="images/VI.jpg" alt="Voting Information" class="list"/> </a>
</div>