Perseus
Registered
I have an html file called head.hml, and in between the <ul>s in: <div class="one"><ul> ... </ul></div> I want to insert the code that is contained within story.html I DO NOT want to manually type in the code from story.html into head.html, I need head.html to be able to pull the code from this file...I started thinking of using <link rel ...> but that can only go in the <head> tag. Any ideas?