blackbeltjones
Technical User
Hi, I have a free forum that's getting kinda popluar at the moment and I have desinged the layout and added various scripts for the users. Being that it's a free forum, it obviously has ad banners. I got rid of them (hid them) because quite frankly, they were just plain ugly and were spoiling everthing we were trying to create- A proffessional looking forum. So once I had gotten rid of that ad banner with a very simple script:
<style>
iframe{display: none;}
</style>
...I found that another iframe we have on the same page (a tag board) was also disabled by the same "display: none" command.
Is there anyway or any code I can use so that I can still prevent the first iframe from displaying, yet allow the second (the tag board) to display and function normally?
I've read this page thoroughly, but to no avail:
Any help or advice would be greatly appreciated. Thanks.
<style>
iframe{display: none;}
</style>
...I found that another iframe we have on the same page (a tag board) was also disabled by the same "display: none" command.
Is there anyway or any code I can use so that I can still prevent the first iframe from displaying, yet allow the second (the tag board) to display and function normally?
I've read this page thoroughly, but to no avail:
Any help or advice would be greatly appreciated. Thanks.