HTML update

L

lexlew

I have a series of code that i want inserted at the end of
various HTML documents.

I want to write a macro to do this. I having difficulties
instantiating the fp object and writing to it. any help
would be appreicated.

<TABLE cellSpacing=0 cellPadding=0 width=660 border=0>
<TBODY>
<TR bgColor=#99CCFF>
<TD>&nbsp;</TD></TR>
<TR>
<TD>
<TABLE>
<TBODY>
<TR>
<TD align=left><FONT face="Arial,
Helvetica, sans-serif"
size=2>Assessor Data
03/2002</FONT><BR></TD></TR>
<TR>
<TD align=left><FONT face="Arial,
Helvetica, sans-serif"
size=2>Deed Information Also
Available:&nbsp; <A
href="http://www.real-
properties.info/">http://www.real-
properties.info/</A>&nbsp;
586-264-1095&nbsp;&nbsp;
</FONT></TD></TR></TBODY></TABLE></TD>


bp
 
J

Jens Peter Karlsen[FP MVP]

Why would you want that? Instead use an include.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
B

brianpowell

Not sure what the include is going to do for me.

I just want to be able to open up series of forms... hit go and the code
gets appended at the bottom the form or open forms.
done.
thanks in advance.

bp

Jens Peter Karlsen said:
Why would you want that? Instead use an include.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: lexlew [mailto:[email protected]]
Posted At: 27. september 2004 21:09
Posted To: microsoft.public.frontpage.programming
Conversation: HTML update
Subject: HTML update


I have a series of code that i want inserted at the end of
various HTML documents.

I want to write a macro to do this. I having difficulties
instantiating the fp object and writing to it. any help
would be appreicated.

<TABLE cellSpacing=0 cellPadding=0 width=660 border=0>
<TBODY>
<TR bgColor=#99CCFF>
<TD> </TD></TR>
<TR>
<TD>
<TABLE>
<TBODY>
<TR>
<TD align=left><FONT face="Arial, Helvetica,
sans-serif"
size=2>Assessor Data
03/2002</FONT><BR></TD></TR>
<TR>
<TD align=left><FONT face="Arial, Helvetica,
sans-serif"
size=2>Deed Information Also Available: <A
href="http://www.real-
properties.info/">http://www.real-
properties.info/</A>
586-264-1095
</FONT></TD></TR></TBODY></TABLE></TD>


bp
 

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