Page 1 of 1

Location of the Closing Tag For "enclosing" table

Posted: Fri Apr 17, 2009 11:37 pm
by Jhcbiinoc
Script URL: http://www.members-services.com/support/
Version of script: Version: 0.94.1 @ October 25, 2007
Hosting company: Phatservers.net
URL of phpinfo.php: http://www.members-services.com/phpinfo.php
URL of session_test.php:
What terms did you try when SEARCHING for a solution: closing table tag. css. footer.php hesk css tableless

Write your message below:
I have exhausted all of the suggested possibilties and have been searching and browsing the forum to no avail. I am customizing our install of Hesk, and have constructed a tableless layout for all elements other than tabular data.....however, I cannot seem to locate the closing </table> tag in any of the files. Is this tag dynamically generated, and if so, where would I go to convert the closing tag for the table opened in the header to a </div> tag?

Thank you.

Posted: Sat Apr 18, 2009 3:19 pm
by Klemen
Tell me what you would like the closing code to be like instad of this:

Code: Select all

<p>&nbsp;</p></td></tr></table></center></div> (POWERED BY)  (INCLUDE FOOTER.TXT)  </body></html>
and I will see what I can do.

Posted: Mon Apr 20, 2009 8:03 pm
by Jhcbiinoc
Hi,

Thanks for your response.....I would like for it to simply be </div></body></html> after the footer linking back to Hesk, the

Code: Select all

<font class="smaller">Powered by <a href="http://www.phpjunkyard.com/free-helpdesk-software.php" class="smaller" target="_blank">Help desk software Hesk</a> 0.94.1</font>
.....if possible, would like to put that inside a <p> tag and apply the class rather than the use of a <font> tag. Thanks very much for any help you can offer with this.