In my headtags.html, I have
<html>
<head>
<title>Site</title>
but I have no idea where this is being pulled from since I do not use the
vb Integration (other than registration):
================================
<script type="text/javascript">
var PopUpHelpX = (screen.width/2)-150;
var PopUpHelpY = (screen.height/2)-200;
var pos = "left="+PopUpHelpX+",top="+PopUpHelpY;
function PopUpHelp(url){
PopUpHelpWindow = window.open("http://photos.com/"+url,"Smilies","scrollbars=yes,width=300,height=400,"+pos);
}
</script>
<link rel="stylesheet" href="http://photos,cin/stylesheets/default.css" type="text/css" />
</head>
<body>
=====================
Then my header.html begins. My problem is that I need a different body tag than the one that is automatically inserted...