xcode - Enlarge frame for same page link/code -
is there way can enlarge code frame shows bigger rather me having scroll , down see it, in width , height. show link in same page code.
code:
<a href='link1.html' target='myiframe'>link1</a><br /> <iframe name='myiframe'></iframe>
figured out
code:
<a href='link1.html' target='myiframe'>link1</a><br /> <iframe name='myiframe' width="500" height="400"></iframe>
Comments
Post a Comment