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
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 ...
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
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
Bookmarks