I am having some layout errors or problems on my catalog, cart pages, and my site uses a lot of DIV's |
| User Opinions |
|
No users have voted.
|
|
Thank you for rating this answer.
|
Short AnswerYou will probably want to wrap the catalog, cart, or other such codes in a table to minimize the possiblity of intereference. Detailed ExplanationIt is not uncommon to build a site using lots of divs, and sometimes completely usign divs. We believe this is the nature of HTML and CSS, browser rendering, and such, and not a problem with the cart. To wrap a table around your code, look at this example for the catalog: <table> <tr> <td> <!-- Catalog items - Do not modify this code --> <!-- Place this code where you want the Catalog Items to appear --> <script language="Javascript1.2" type="text/javascript">document.write(vcjCtlgCode);</script> <!-- End of Code --> </td> </tr> </table>
|
| Visitor Comments |
|
No visitor comments posted. Post a comment
|
| Related Questions |
|
No related questions were found.
|
| Attachments |
|
No attachments were found.
|