Jump to content

convict

Member
  • Posts

    1,302
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by convict

  1. You are usign large category images. Your style says width 110px per category box.
  2. If the banner uses <img> html tag you have to add border="0" inside this tag. When none of images use borders, put in CSS img {border: 0;}
  3. WITHOUT VARIABLE echo "$firstname $lastname"; WITH A VARIABLE $fullname = "$firstname $lastname"; echo $fullname; ---------------------- Alternate and prefered variable content $fullname = $firstname . " " . $lastname;
  4. Be aware CubeCart Tell a friend is a potential SPAM target too however worse thing - it could be a Mail Bomber source B)
  5. I know, letting you know Matters are indepedent.
  6. Use CSS, or global PHP variables Template system is a great for permament repeating matters. Templates are HTML pages. Differences are a template marks - template parser must know what have to do. TPL extension is there to know yes this is a HTML template and must be parsed by template parser. You can add entire HTML content to a template. Its recomended do not 'make' any mixture extension.
  7. There exists a mod doing exactly what you are looking for. Visit CubeCart.org forum.
  8. Click on Languages, New window appears and Add new in upper right corner link is the trick :D
  9. I have never seen his site Mark Going to see it now.
  10. Use correct quotation marks for class name. Use " instead of †:on2long:
  11. Perform search first, search for simple word iframe. You will find a topic about iframe ;)
  12. FF extension ColorZilla - great one!
  13. convict

    SSL Logo

    Not PHP but template - global index.tpl (cart.tpl).
  14. SWF file in CSS doesnt work CSS belongs to HTML. Some Java Script work in CSS but not properly.
  15. Suppose an upload issue. Reupload ALL CC3 images - almost all have been transfered in ASCII mode, use BIN mode in your FTP client.
  16. Bad configured SSL settings (Root SECURE Public HTML Folder to store) in your Admin Control Panel.
  17. OMG Mark Thank you ALL She was born just one week ago :P
×
×
  • Create New...