I am trying to port an html terrafirma template from
http://www.oswd.org. I noticed this in the html code:
Code: Select all
<frameset rows="80px,*">
<frame name="frmpanel" src="/design/preview/panel/id/3557/" scrolling="no" noresize="noresize" />
<frame name="frmdesign" src="http://static.oswd.org/designs/3557/terrafirma/" scrolling="auto" noresize="noresize" />
</frameset>
Can I somehow obtain "frmpanel" and "frmdesign" from oswd.org so I don't have to link back to their website? Or is this how it is suppose to work and just leave it alone? I worry about oswd.org some day removing these from their servers and leaving my site crippled.
BTW, I'm new to all of this...Thanks!!!
dodgebros