Adding images to labels

Mark Birbeck's picture

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:

Screenshot of the del.icio.us form with the del.icio.us logo on the submit button

We can now move on to test everything.