netscape 4.77 correct html

forgotten_soul <[email protected]> 12 Sep 2003 13:04:04 -0000
Newsgroups gmane.comp.web.oscommerce.contributions
Message-ID <53e4c6581802e4d58f6b4acd075c9303@osCommerce-Forums>
This message was sent from: Contributions
http://forums.oscommerce.com/viewtopic.php?p=228364#228364
----------------------------------------------------------------

hello all.
unfortunately the html generated by the module is not fine enough for some browsers,
and I'd like to use netscape 4.77 for administrative functions for some reasons.
I've looked around in the html, and made the following changes,
all in the lines which now come in the new_category_insert - file.

now it works with netscape 4.77.

new_category_insert :

[code]line 33 :
addes a "<td>" after the "<tr>" for better html
now reads :
<tr><td><?php echo tep_draw_form('new_category', FILENAME_CATEGORIES, 'cPath=' . $cPath . '&cID=' . $HTTP_GET_VARS['cID'] . '&action=new_category_preview', 'post', 'enctype="multipart/form-data"'); ?></td>
lines 79,80 :
<tr>
<tr>
one of them deleted.

around line 100 :       </form></tr>
I added a </table> here

three lines before end of file (around 215)
</form></tr>
I also added a </table> here [/code]

cu all, karlheinz meier[/code]