I made my first attempt here to create my own webpage.. But what can be the error in the code i wrote here?
<div align=center>
<a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Twitter','','icons/twitter.png',1)"><img src="icons/twittergrey.png" alt="Twitter" name="Twitter" width="48" height="48" border="0" id="Twitter" /> </a>
<a href="http://www.facebook.com/StaticArc" target="_blank" onmouseover="MM_swapImage('Facebook','','icons/facebook.png',1)" onmouseout="MM_swapImgRestore()"><img src="icons/facebookgrey.png" alt="Facebook" name="Facebook" width="48" height="48" border="0" id="Facebook" /> </a>
<a href="#" target="_blank" onmouseover="MM_swapImage('YouTube','','icons/youtube.png',1)" onmouseout="MM_swapImgRestore()"><img src="icons/youtubegrey.png" alt="YouTube" name="YouTube" width="48" height="48" border="0" id="YouTube" /> </a>
<a href="#" target="_blank" onmouseover="MM_swapImage('RSS','','icons/rss.png',1)" onmouseout="MM_swapImgRestore()"><img src="icons/rssgrey.png" alt="RSS" name="RSS" width="48" height="48" border="0" id="RSS" /> </a>
<a href="#" target="_blank" onmouseover="MM_swapImage('Android Market','','icons/android.png',1)" onmouseout="MM_swapImgRestore()"><img src="icons/androidgrey.png" alt="Android Market" name="Android Market" width="48" height="48" border="0" id="Android Market" /></a>
<a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Twitter','','icons/twitter.png',1)">
<a href="http://twitter.com/#!/StaticArcUK" target="_blank" onmouseover="MM_swapImage('Twitter','','icons/twitter.png',1)" onmouseout="MM_swapImgRestore()"></a>
<a href="#" target="_blank" onmouseover="MM_swapImage('YouTube','','icons/youtube.png',1)" onmouseout="MM_swapImgRestore()"></a>
<a href="#" target="_blank" onmouseover="MM_swapImage('YouTube','','icons/youtube.png',1)" onmouseout="MM_swapImgRestore()">
<a href="#" target="_blank" onmouseover="MM_swapImage('YouTube','','icons/youtube.png',1)" onmouseout="MM_swapImgRestore()"></a>
Sorry i got this loong lines here.. Dunno how i could make it look like a list..
Well there’s only two problems I can see, the first is that the center should be in speech marks, so it should look like
="center". Secondly you need to add</div>at the end… Should work then 😀