Title: quickie!
Last modified: August 20, 2016

---

# quickie!

 *  [james948](https://wordpress.org/support/users/james948/)
 * (@james948)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/quickie/)
 * I’ve put two images up with two words and made the images links. But the text
   is apparently interfering with the image links and there is an area in the middle
   of each image where you can’t click.
 * [http://alexrooney.com/gallery/](http://alexrooney.com/gallery/)
 * Why is this?
    here is my html:
 *     ```
       <div style="width: 390px; left: 250px; top: 90px; position: absolute; z-index: 0;">
       <h2 style="text-align: left;">Portraits</h2>
       </div>
       <h2><a href="http://alexrooney.com/gallery/portraits/"><img class="size-full wp-image-223 aligncenter" title="Jon copy" src="http://alexrooney.com/wp-content/uploads/2012/09/Jon-copy.jpg" alt="" width="141" height="191" /></a></h2>
       <div style="width: 390px; left: 250px; top: 290px; position: absolute; z-index: 0;">
       <h2 style="text-align: left;">Objects</h2>
       </div>
       <h2><a href="http://alexrooney.com/gallery/objects/"><img class="alignnone size-full wp-image-224 aligncenter" title="Cup" src="http://alexrooney.com/wp-content/uploads/2012/09/Cup.jpg" alt="" width="141" height="191" /></a></h2>
       ```
   
 * _[Moderator Note: Please post code or markup snippets between backticks or use
   the code button. As it stands, your code may now have been permanently damaged/
   corrupted by the forum’s parser.]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 8 months ago](https://wordpress.org/support/topic/quickie/#post-3059241)
 * `<h2>` tags are block elements, therefore they take up the as much horizontal
   space as possible unless specified not to.
 * As you can see, the headings in your page take up space that of the images.
 * Normally the image would be pushed down, but as you’ve positioned absolute your
   heading, or the parent `<div>` of the heading, you’re going to experience this
   problem.
 * You may need to remove position absolute, add floats and re-structure your HTML.
   –
   OR – Add a smaller width on the heading.
 *  Thread Starter [james948](https://wordpress.org/support/users/james948/)
 * (@james948)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/quickie/#post-3059249)
 * Ok. Not sure I know how to do this but will give it my best shot.
 *  Thread Starter [james948](https://wordpress.org/support/users/james948/)
 * (@james948)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/quickie/#post-3059424)
 * Ok. I’m a fool. I know know not how to do it. Can someone give me a hand with
   floating this bad boy?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 8 months ago](https://wordpress.org/support/topic/quickie/#post-3059426)
 * Your query may be better answered on a CSS specific forum, [http://csscreator.com/](http://csscreator.com/)
 *  Thread Starter [james948](https://wordpress.org/support/users/james948/)
 * (@james948)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/quickie/#post-3059427)
 * Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘quickie!’ is closed to new replies.

 * 5 replies
 * 2 participants
 * Last reply from: [james948](https://wordpress.org/support/users/james948/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/quickie/#post-3059427)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
