I really appreciate your help. This is what I have and what I get.
<html>
<head>
<script lang="javascript" src="https://xxxxx.quickbase.com/db/xxxxx?a=API_GenResultsTable
&apptoken= xxxxx
&qid=41&jht=1">
</script>
<style>
td.m { font-family:verdana; font-size:70%; }
td.hd { font-family:verdana; font-size:70%; font-weight:bold;
color:white;}
</style>
</head>
<body>
<h1>Example</h1>
<table cellpadding=5 bgcolor=lightgreen>
<tr>
<td valign=top nowrap><b>A Quick Base table<br>embedded in
a<br>page of HTML
</td>
<td>
<script lang="javascript">
qdbWrite();
</script>
</td>
</tr>
</table>
</body>
</head>
</html>
When I add this, this is what I get:
------------------------------
ProjectsForce
------------------------------