Hello Everybody
I want to add a company related page to my site and they have given me the following html code,
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>uVme</title>
<script type="text/javascript">
if (top != self){top.location.href = self.location.href;}
</script>
</head>
<frameset rows="*" border="0" frameborder="0">
<frame name="uvme_sl" id="uvme_sl" frameborder="no" marginwidth="0" marginheight="0" src="http://www.uvme.biz/uvmeguest/home.asp?m=272058PC&ia=1&fl=GBR"/>
</frameset>
</html>
How do I change this to somehow translate it onto a Bluevoda page. Would I end up using a html box or script box. I've stayed up late to make sure you guys see it when you wake up shortly. I'm going to bed for now.
I want to add a company related page to my site and they have given me the following html code,
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>uVme</title>
<script type="text/javascript">
if (top != self){top.location.href = self.location.href;}
</script>
</head>
<frameset rows="*" border="0" frameborder="0">
<frame name="uvme_sl" id="uvme_sl" frameborder="no" marginwidth="0" marginheight="0" src="http://www.uvme.biz/uvmeguest/home.asp?m=272058PC&ia=1&fl=GBR"/>
</frameset>
</html>
How do I change this to somehow translate it onto a Bluevoda page. Would I end up using a html box or script box. I've stayed up late to make sure you guys see it when you wake up shortly. I'm going to bed for now.
Comment