You can specify the size of the iframe but you can't get it to resize to the
size of the contents of the textfile e.g. <iframe width="300" height="400"
src='version.txt'>

If you are using ASP, you could use an include to bring in the text of the
file.



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Alistair George
Sent: Friday, 25 July 2003 8:23 a.m.
To: Multiple recipients of list delphi
Subject: [DUG]: html


Hello Stephen,
Thanks! that is what I am after but when I do below:
WS> <a href='version.txt'>Version information</a>
I only get a link displayed as 'Version Information' pointing to
'version.txt'

But.. the frame below works but is has a huge frame even if I try to tailor
it
the text seems to have padding which is not present in the textfile.
It seems that the frame needs to make an excessive frame even when
scrollbars
are turned off.
WS> <iframe width=100% height=50% src='version.txt'></iframe>
Any ideas?
Al+

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to