First off, let me say you guys have done a great job keeping this site going for so long. And thanks for all the help in the past.
Now to my situation with iframes. Im trying to put an iframe code in a block. But nothing shows up on the front page when im done. Im using php-nuke 8.0, and this is the code im trying to use.
Quote:
<iframe src="http://racepointsmanager.com/pm/Calendar.php?league=664&type=mini&bgc=0000FF" scrolling="no" frameborder="0" width="160" height="175">Get a browser that supports iframes!!</iframe>
Thanks for the help,
Unfortunately, I have tried what is mentioned on the link, but still does not work.
It seems like possible iframes are not enabled on my site, but I can't seem to find anywhere to enable them. Could this or something similar to this be my problem.
Thanks again for any help.
Roush
Prophet Captain
Joined: Mar 14, 2004
Posts: 422
Location: Florida, USA, Earth, Space
Posted:
Mon Mar 12, 2007 11:04 am
Create a new file in the blocks directory using the following code.
Replace "BLOCK-NAME-HERE" in the code with whatever you want the block to be named, then save the file as block-BLOCK-NAME-HERE.php
Then in admin>blocks, add the new block from file.
if you add additional content, you need to add it like this ...
$content .= "CONTENT HERE";
Be sure to escape any quotes you use in the content by adding a \backslash before each quote. Or use 'apostrophe instead.
For example,
$content .= "<a href=\"http://jasonlau.biz\" target=\"_blank\">My Website</a>";
_________________ - Prophet
Get the Last Visit module (and others modules I designed) from my website! FREE! http://jasonlau.biz
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum