Let's improve our button a little, and add the del.icio.us logo. Edit the label on the submit element to include an image tag:
<xf:submit submission="sub-add-link">
<xf:label>
<img src="http://del.icio.us/static/img/delicious.gif" alt="" />
Save
</xf:label>
</xf:submit>
Save and refresh, and you should see a much nicer looking button:
We can now move on to test everything.