This topic is locked

Template Problem on Version 4

1/10/2006 5:46:59 PM
ASPRunnerPro General questions
ems700 author

Image will not appear on List page, even though it is inserted in Template editor.
Here is the code:

<!-- log out form -->

<form name=logout method=GET action="login.asp">

<input type=hidden name=action value="logout">

</form>
<p align="center"

<img src="images\Putnam County EMS.gif" width="980" height="65">

</p>
<!-- edit form -->

<form method="GET" action="##SHORTTABLENAME##_edit.asp" name="editform">
Do you see any problem tha tmight be causing it not to show. It works fine on the "Edit" and "View" pages.
Randy

Sergey Kornilov admin 1/10/2006

As far as I can see <p> tag is not not closed. Also you have choosen wrong place for this image.
Form elements are invisible. Put it before or after any visual element.

ems700 author 1/11/2006

As far as I can see <p> tag is not not closed. Also you have choosen wrong place for this image.

Form elements are invisible. Put it before or after any visual element.


I put it where your Help page showed to put it. (see below)
4. Find a place in this file where you like to add logo. If you like to see this image on the top of the page. Put cursor right before the logout form:
<!-- log out form -->

<form name=logout method=post action="login.asp">

<input type=hidden name=action value="logout">

</form>
5. Click on "Insert image" button on the toolbar and choose your picture file.
This works fine on 3.2, and works fine on all pages but the "list page" on 4.0
Randy

Sergey Kornilov admin 1/11/2006

Randy,
just doble-checked - it works fine if you close paragraph tag correctly.