Can y ou give me an example please I keep getting it after the image or in the middle.... sorry new to all of this
Can y ou give me an example please I keep getting it after the image or in the middle.... sorry new to all of this
Provide a link to what you have
Zen-Venom Get Bitten
You inserted it as an image and Not as part of your header background imageOriginally Posted by KoBra
Your code is not in a div and can not be addressed for css adjustmentOriginally Posted by KoBra
Zen-Venom Get Bitten
Jobra Im sorry but how do i go about doing this, i am new to all of this... can you give me an example please or explaination?
The code part
I can not explain the image other than to say you have a header background image already In your image editor place the block you want the info to be in into that image and save it. Your header background will now have that block as part of itCode:<div id="some_name"> <li>My Cart: <span class="style1"> <?php echo sizeof($_SESSION['cart']->get_products()); ?> items <?php $header_cart = $currencies->format($_SESSION['cart']->show_total()); echo $header_cart; ?> </span> <br class="clearBoth" /> </li> </div>
Zen-Venom Get Bitten
Kobra, I got it thanks so much, It wasn't clear to me what you were saying but now I under stand thanks again!
take a look at my site one more time please (your probly hating me alot) why is my dropdown behind my flash Any ideas to fix that ( the drop down was just a test needs minor sizing adjustments and more... thanks Kobra again
got it for any other readers with the problem: need to go into the coding and change the following
<param value="high" name="quality" />
to
<param name="wmode" value="transparent"/>
1 - Somebody else asked for this yesterday:
This code will give you -
'You have XX items in your basket' - will work out singular and plural and link to the basket.
Place it anywhere in your header:
You can see it live on the Ad Hom site (link in my sig).Code:You have <?php echo $_SESSION['cart']->count_contents(); ?> <?php echo $_SESSION['cart']->count_contents() == "1" ? "item " : "items " ; ?> in your <a href="shopping_cart.html" target="_top">basket</a>