You are not logged in.
Hi,
I just want to see if I can have the program open in the main body of one of my web site pages instead of opening to the default setting where there is so much open white space?
If so, do I just copy the page code for the index and insert it in my body or do I do that for every page from the login to the scheduling and save them back into the hitappoint folder where the current files are?
Thanks in advance,
Chris
Offline
Just a suggestion... Ever thought about inserting into your page with an iframe? Very easy to do.
<IFRAME src="your.html" width="400" height="500"
scrolling="auto" frameborder="1">
[Your user agent does not support frames or is currently configured
not to display frames. However, you may visit
<A href="your.html">the related document.</A>]
</IFRAME>
Offline