janpickron
Programmer
Hi Perlians,
I am wondering if it is "doable."
When you post an ad, it usually append at the bottom of the file. However, we would like to put the block of a table in the specific location (right after the <!-- PUT UNDER HERE --> line) of the file. For example:
<html>
<head><title>Post</title></head>
:
:
<body>
</body>
</html>
<!-- PUT UNDER HERE -->
<br>
<table>
<tr><td>Information Three</td></tr>
</table>
<br>
<table>
<tr><td>Information Two</td></tr>
</table>
<br>
<table>
<tr><td>Information One</td></tr>
</table>
Every time we submit a post, we would like this post to go after the line <!-- PUT UNDER HERE --> BUT before the table of Information Three. Is it possible ?
Thanks in advance!
I am wondering if it is "doable."
When you post an ad, it usually append at the bottom of the file. However, we would like to put the block of a table in the specific location (right after the <!-- PUT UNDER HERE --> line) of the file. For example:
<html>
<head><title>Post</title></head>
:
:
<body>
</body>
</html>
<!-- PUT UNDER HERE -->
<br>
<table>
<tr><td>Information Three</td></tr>
</table>
<br>
<table>
<tr><td>Information Two</td></tr>
</table>
<br>
<table>
<tr><td>Information One</td></tr>
</table>
Every time we submit a post, we would like this post to go after the line <!-- PUT UNDER HERE --> BUT before the table of Information Three. Is it possible ?
Thanks in advance!