i am displaying a remote webpage on my site like this:
<iframe src="http://www.smopething.com/index.cfm"
frameborder="0"
width="800"
scrolling="no"
height="1100">
</iframe>
is it possible for me to customize the size of it? something like <iframe src="etc", height=something,width=something>
???