I have an article script that i've integrated to the homepage of my site. The problem is that the title of the articles are hyperlinks that link to another page within the iFrame. How can I disable links in the iFrame.
I'm guessing i'll have to write a small script in the html file. I would really rather NOT though .
I've already used the "cursor: default" statement and that helps. But not in IE. And I need to completely get rid of the hyperlink. It's hardcoded in the script so I am not familiar enough with php to go in and mess with it.
Thanks for your help !
I'm guessing i'll have to write a small script in the html file. I would really rather NOT though .
I've already used the "cursor: default" statement and that helps. But not in IE. And I need to completely get rid of the hyperlink. It's hardcoded in the script so I am not familiar enough with php to go in and mess with it.
Thanks for your help !
Comment