redletterrocko
Programmer
All-
After some great input on my last post, I have decided to get rid of my IFRAME on my site. However, this means I'm doing something I've never done before. I'm trying to add a div that functions exactly like the IFRAME, only isn't dynamic (meaning every time there is a navigation move, a new page needs to reload). It doesn't seem to be working, and even though I consider myself a programmer, I am HORRIBLE at syntax, and can never remember the proper way to do it all. Could someone tell me what I'm doing wrong here?
Any help would be appreciated.
Thanks, Paul
After some great input on my last post, I have decided to get rid of my IFRAME on my site. However, this means I'm doing something I've never done before. I'm trying to add a div that functions exactly like the IFRAME, only isn't dynamic (meaning every time there is a navigation move, a new page needs to reload). It doesn't seem to be working, and even though I consider myself a programmer, I am HORRIBLE at syntax, and can never remember the proper way to do it all. Could someone tell me what I'm doing wrong here?
Code:
<div height=387 width=500 style="position:absolute; top:113px; left:50px; overflow:auto">
<?php include( "[URL unfurl="true"]http://eventuallyanyway.com/blog.html"[/URL] ); ?>
</div>
Any help would be appreciated.
Thanks, Paul