Title: my nasty HTML/PHP coding
Last modified: August 19, 2016

---

# my nasty HTML/PHP coding

 *  [fitzpatrick512](https://wordpress.org/support/users/fitzpatrick512/)
 * (@fitzpatrick512)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/my-nasty-htmlphp-coding/)
 * Okay, I’ve been stumbling my way through customizing a theme to arrive at what
   you see here: livemusiccapitol.com
 * The clickable images in the middle columns don’t show up in IE, and it’s because
   I don’t know how to properly code this include:
 *     ```
       <div class="entry">
       						<a href="<?php the_permalink() ?>"<img src="<?php echo $excerpt_image[0]; ?>" alt="<?php echo $excerpt_alt[0]; ?>"></a>
       						<!--<img src="<?php echo $excerpt_image[0]; ?>" alt="<?php echo $excerpt_alt[0]; ?>" />-->
       						<p><?php echo $homepage_text[0]; ?></p>
       					</div>
       ```
   
 *  It’s close enough to work in Firefox, but in IE it’s broken. ANy ideas?

The topic ‘my nasty HTML/PHP coding’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [fitzpatrick512](https://wordpress.org/support/users/fitzpatrick512/)
 * Last activity: [17 years, 6 months ago](https://wordpress.org/support/topic/my-nasty-htmlphp-coding/)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
