my nasty HTML/PHP 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.