Creating an HTML document from the table

N

NewAccessUser

I have been creating an HTML document manually.. It is a
very simple page and I don't need to publish to any
website or anything...It has a table (n rows x 2 columns
and) three pieces of information (address, # and the
picture) ...

Code looks like:
<body>
<div align="center">
<center>
<table border="2" width="100%" height="33">
<tr>
<td width="31%" height="27"><b><font
face="Arial">The Foreclosure Group</font></b></td>
<td width="69%" align="center" height="27"><b><font
face="Arial">Auction
on June 6, 2003</font></b></td>
</tr>
</table>
</center>
</div>
<div align="left">
<table border="0" width="693" cellpadding="5"
cellspacing="5">
<tr>
<td>
-----
<td>
-----
</tr>

I have the table setup now with address, the #, the path
for the picture and a date stored in the table.

Addr1 rec1 c:\pictures\1 6/24/2003
Addr2 rec2 c:\pictures\2 6/24/2003
Addr3 rec3 c:\pictures\3 7/1/2003

How can I automate creating this HTML document for a
given selection criteria (in my case it is a date field
on the table)...For example for 6/24 selection I should
get an HTML doc with 1 row 2 columns....


Would appreciate any help.

Thanks.
Nick.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top