pelatyre
Newbie   Posts: 2 Registered: 11/12/2002 Status: Offline
|
posted on 1/20/2003 at 05:02 PM |
I have an offsite webpage that is created using coldfusion. What I would
like to do is to have a center block with the content of that CF site
contained within it. Can Postwrap do this?
Thanks |
| |
| |
shawn
Administrator   Posts: 4608 Registered: 10/7/2002 Status: Offline
|
posted on 1/20/2003 at 05:38 PM |
PostWrap won't do a block. IT does it in your main content area. If you
need it in a block, just create an HTML block and add an
<iframe src="http://whatever">
</iframe>
-Shawn |
| |
pelatyre
Newbie   Posts: 2 Registered: 11/12/2002 Status: Offline
|
posted on 1/20/2003 at 05:40 PM |
Thanks, I'll give it a shot. |
| |