4
Quote:
mwhite949 wrote:
Thanks, I tried that. I also misdirected you. I forgot I re-named Sections to Cheap Medical Plans. In IE6.0, thats where I get the image place holders for just plain text links.
I have tried this on several computers using IE and I get the same results with each one. Pain is my hosting company only allows me to chmod one file at a time!
Thank you.
Mwhite949
Believe it or not - IE is actually displaying it correctly. Let me explain. I looked at the source of the HTML on the page. What is happening is - take "Discount Dental Insurance" which is a link. The text is displayed by
<a href="index.php?op=listarticles&secid=2"><img src="images/" alt="Discount Dental Insurance" border="0">a>
It's basically cheating - instead of showing an image (via the img tag) is is showing nothing, and displaying the ALT text. IE - whether right or wrong - is only showing you that there is a reference to an "invisible" or "un-declared" image source. I don't know if that is a "feature" of the Section mod you are using or not. If it is, you can either hack the PHP or create images for each of your section headings...
Not much of a way to go, but you're kind of subject to however the Section module works. Good Luck!