Okay I donwload a css / html template my code is below and I have tried everything how can I restrucuture this so it will allow me to add a link
<a class="dashboard-module">
<img src="Crystal_Clear_write.gif"
tppabs="http://www.xooom.pl/work/magicadmin/images/Crystal_Clear_write.gif"
width="64" height="64" alt="edit" />
<span>Upload Ad</span>
</a>
And obviously im adding a link like this but its not working cause of the ending I believe
<a class="dashboard-module">
<img src="Crystal_Clear_write.gif"
tppabs="http://www.xooom.pl/work/magicadmin/images/Crystal_Clear_write.gif"
width="64" height="64" alt="edit" />
<span><a href="UploadContent.html">Upload Ad</span>
</a>
Add an
hrefattribute to your anchor: