This is a discussion on Is there any tutorial to change the oscmax look and feel within the osCMax v2 Features Discussion forums, part of the osCMax v2.0 Forums category; Dear friends I wish to change the look and feel of my oscmax 2 install. 1) center it 2) change ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Dear friends I wish to change the look and feel of my oscmax 2 install. 1) center it 2) change the banenrs on top. 3) add my own info box with links. kindly send me a link. thanks ashok |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| The CSS I use to center our cart (using template 'fallback') BODY { background: url(http://www.yoursite.com/catalog/imag...undimage.jpg); text-align: center; margin-left: 125; margin-right: 125; } in file catalog/templates/fallback/stylesheet.css. Re: info box: If you are entering static html links in an infobox, you can edit directly in catalog/includes/column_left.php or catalog/includes/column_right.php. For what I called a "call to action" infobox (Once again, its static html links or directions telling prospects what to do; in the following example (I hope the example makes it into the forum), I'm telling people to click the links below) <!-- Added "Call to Action" block for top space of left column <tr > <td > <table class="infoBoxHeading" border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="infoBoxHeading"> <td height="14" class="infoBoxHeading"><img src="http://www.oscmax.com/forums/images/infobox/corner_right_left.gif" border="0" alt="" width="10" height="14"></td> <td width="100%" height="14" class="infoBoxHeading">Browsing?</td> <td height="14" class="infoBoxHeading" nowrap><img src="http://www.oscmax.com/forums/images/pixel_trans.gif" border="0" alt="" width="10" height="14"></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox"> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents"> <tr> <td><img src="http://www.oscmax.com/forums/images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <td class="boxText" align="center">Click the Links Below</td> </tr> <tr> <td><img src="http://www.oscmax.com/forums/images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> </tr> </table> </td> </tr> End "Call to Action" block --> If you are looking for your infobox to pull customer info, latest products, etc., you need help from someone with more skill in this application. Other than pointing out that a banner manager is built in, I can't help you there. Paul argentbeads Bulk Jewelry Chain, Findings, Jewelry Making Supplies: Shop OhioBeads.com -- you can see the centering and "call to action" blocks here |
| The Following User Says Thank You to argentbeads For This Useful Post: | ||
ReThinker (08-23-2007) | ||
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| osC look and feel...help to get it right? | dragonkeeper1973 | osCMax v2 Customization/Mods | 3 | 06-19-2007 03:22 PM |
| Tutorial Installation osCommerce in the PC with EasyPHP (in Spanish) - Tutorial Insta | michael_s | New osCommerce Contributions | 0 | 06-05-2007 08:41 PM |
| Tutorial on Setting Up PayPal IPN for osCMax v2.0/v1.7 | uli_nyc | Paypal | 7 | 10-15-2005 11:52 AM |
| osCMax dynamic meta tag tutorial | michael_s | osCMax v1.7 Discussion | 0 | 01-12-2005 12:10 PM |
| Concern with modifying the look and feel | pitufo | osCMax v1.7 Discussion | 1 | 03-04-2004 08:44 AM |