Re: nabbleiframe hiding Post button
Posted by
Jim Brock on
URL: https://support.nabble.com/No-Post-button-tp7602559p7602620.html
Hi Greg,
I am NOT inserting the iFrame, your script does. I was just viewing the source to see what was created.
I'm creating the HTML pages myself. I've tried adding the nabble_ignore_scroll = true; script but that hasn't worked. Here is the source of a test page:
<html>
<head runat="server">
<title>Jim's Formula 1 Fantasy League 2019</title>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
</head>
<body style="background-color:lightgray">
<div id="content">
<script type="text/javascript">
nabble_ignore_scroll = true;
</script>
Jim's F1 League <script src="http://jimsf1league.106782.n8.nabble.com/embed/f1"></script>
</div>
</BODY></HTML>