propose a code change in box structure
cannuck1964 <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.suggestions |
|---|---|
| Message-ID | <815b97c1ad49ce09e3d3545f9be8fb00@osCommerce-Forums> |
This message was sent from: Suggestions and Proposals http://forums.oscommerce.com/viewtopic.php?p=191768#191768 ---------------------------------------------------------------- I would like to propose that a code change be implemented in the basic coding of the box structure. What I would like to see the team implement, is the removal of the HTML tags at the top and end of each box structure. Specifically the <TR> and <TD> at the top and the </TR> and </TD> at the end. I would like to see these tags be placed into the column left/right files. This is to acomplish several things. First it is more economical to place the repetitive code in one file verses a multitude of files. This code would be easier to modify being placed in one file, thus eleminating the need to change more then one file to make any html chages, ie adding in a <BR> tag or any other tag or html.. As well, by removing this and other parts of the code in the future, will enable point and click installation of new boxes, which will fit into any layout design, Having a similar functionality of the Post Nuke system, will give greater flexibility for layout designs being fully portable from one basic set of files... any thoughts on this would be appreciated. cheers,