Pages: 1
Topic closed
I'll bet you could use an iframe if you can use html for it.
<iframe src="link to project" width="200" height="200"> </iframe>
However, you'll have to adjust the width and height to block out the green flag but show the project.
Offline
stevetheipad wrote:
I'll bet you could use an iframe if you can use html for it.
Code:
<iframe src="link to project" width="200" height="200"> </iframe>However, you'll have to adjust the width and height to block out the green flag but show the project.
this would remove the bottom border. i need to know how to remove the top one
Last edited by 1819 (2012-05-20 13:25:47)
Offline
Topic closed
Pages: 1