Is there a way to use pure html-code to display inside a frame instead of having to link to a specific URL/file?
For example:
NOT like this
<iframe src="left.html" name="left"></iframe>
but like this
<iframe src="here goes the html code" name="thank you SO"></iframe>
<iframe>if all you want is to have it display static content? Just use<div>tag for this.<iframe>that's simply not how it should be used.