Here is the HTML code I am working with:
<a href="javascript:">
<img class="remove" src="images/remove.png" />
</a>
<div class="content">
<h2>About</h2>
<p>We are Sydney Wedding Photographers and have ...</p>
</div>
This code creates a layout that includes an 'X' image that should toggle the visibility of the 'content' div when clicked.