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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -