Quote:
Originally Posted by Sunray Sales
Ok How about an Else statement.
Can you show me what the code was before you changed it, the first two lines in bold. I am thinking that you should try to move the {/if} right behind 0 0 0 0px;">
Or do something like:
{ if $main eq "product"}
<div id="center-main" style="0 0 0 0px;">
{else}
<div id="center-main" style="0 0 0 250px;">
{/if}
then all that code that states include this and that templates.
Google the Syntax on the the else statement, but that should do the trick
|
Hi Sunray Sales,
Again this code is not working ,<div id="center-main"> using two css file main.css and altskin.css, if hard coded the css of center-main inline like <div id="center-main" style="margin: 0 0 0 0px"> does not effect in product description page and home page also , please help
Quote:
Originally Posted by cherie
I don't think style="0 0 0 250px" is going to do anything. Maybe you meant something more like:
Code:
style="margin:0 0 0 250px"
|
Hi cherie,
can you help me to solve my problem??