not sure how to make this work
-
In IE using the image replacement plugin and the the default rss reader I get an empty box with a red X in it.
When I turn the image replacement plugin off the empty box with red X goes away.
You can see the problem viewing in IE here https://www.sbe38.org in the sidebar about half way down the page.
Glenn, the author of the image replacement plugin provided me this help. How best do I implement the code he provided?
Glenns help to me.
Don, that’s because there’s 2 a tags inside the h2 tag, the plugin doesn’t count on that, and so it’s looking for the text inside the 1st anchor tag, which only has the rss image. So it’s making an image with empty text, which fails. That’s another thing I’ll need to account for in the new version.
To fix it now, you can have the h2 tag with just the text anchor inside it, and float the RSS anchor next to it, i.e.:
<a title="Syndicate this content" href="https://www.topix.net/rss/us/fcc.xml"><img width="14" height="14" alt="RSS" src="https://www.sbe38.org/wp-content/plugins/widgets/rss.png"/></a>
…
<h2 style="float:left;" class="title"><a title="News on FCC from Topix.net" href="https://www.topix.net/us/fcc">FCC FEEDS</a></h2>
<ul style="clear:left;">As always help to best implement the code Glen provided is welcome and appreciated.
thanks
don (el paso)
- The topic ‘not sure how to make this work’ is closed to new replies.