Hello All,
I have a problem with my border of product info page. I need to create a new border just above the original left/right border.
I create div tags into the tpl_product_info_display.php
Then I styled with my stylesheet.css:PHP Code:<div id="[COLOR="Red"]addImagecontTop[/COLOR]">
<div id="[COLOR="Red"]addImagecountBottom[/COLOR]">
<!--bof Additional Product Images -->
<?php
/**
* display the products additional images
*/
require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
<!--eof Additional Product Images -->
</div>
</div>
But nothing happened, there must be something I missing.... Here is one of my product info page link: http://www.oleklejbzon.com/campbells...&products_id=4PHP Code:#addImagecountTop, #addImagecountBottom {
/*background-color: red;*/
border-color: red;
border-top: 60px;
border-bottom: 60px;
/*position: fixed;*/
}
I wanna make it looks like the attachment...
Thanks


Reply With Quote
