Is there a way i can use an include with an absolute path so its something likes this <!--#include file="http://www.mysite.com/includes/file.html" -->
Depends what you need. Are we talking about a code written in PHP? Do you only need to include the result of the page? Try <? include('http://www.mysite.com/includes/file.html');?> Code (markup):