http://www.valley-weather.co.uk/index.htm
I have one box, which is fine where it is, the "Holyhead" one, I would like the "Trearddur Bay" box to be in the same position the other side, but for the life of me, i can't figure out how to do it, this is what the code currently looks like for that area
Code: Select all
</div>
<div id="footer">
<!-- YOUR COPYRIGHT -->
<p>Copyright © 2011 <a href="mailto:INFO@MYWEATHERSITE.COM">My Weather Site</a></p>
<!-- AUTHOR'S COPYRIGHT -->
<p class="credit">Template by : <a href="http://meteoduquebec.com/english.html">Météo du Québec</a> ©2011</p>
<!--tide times -->
<div>
<script type="text/javascript" src="http://www.tidetimes.org.uk/Trearddur_Bay.js"></script><script type="text/javascript" src="http://www.tidetimes.org.uk/Holyhead.js"></script>
</div>
</div>