Thanks Ajeh, been really wanting to get your attention since I first came here because I have a lot of questions. Never mind my remarks above i really just want to see and experiment of how it would look.
Anyway instead of doing that, I created an html thread to hold images and text and insert it in the decription box of the parent category (thru edit category). Now my new question is how to insert the php code for left sidebox in that same file. I already did it but it doesnt seem to work, maybe php cant be read thru there??? heres the thread:
Please Choose A Clothing Category:
<div id="pagecontent">
<div class="sideboxes"><div id="navColumnOneWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?></div></div>
<div class="maincontent">
<table width="100%" border="0" cellspacing="20" cellpadding="20" >
<tr>
<td><a href="http://localhost/online/shopping/zen-cart-v1.3.9f-full-fileset-08142010/index.php?main_page=index&cPath=16_17"><img src="images/clothing/Pency_03_LRG.jpg" border="none" alt="" /><br /><h2>Day Dresses</h2></a></td><td><a href="http://localhost/online/shopping/zen-cart-v1.3.9f-full-fileset-08142010/index.php?main_page=index&cPath=16_19"><img src="images/clothing/Sass_Bide.jpg" border="none" alt="" /><br /><h2>Coctail Dresses</h2></a></td><td><a href="http://localhost/online/shopping/zen-cart-v1.3.9f-full-fileset-08142010/index.php?main_page=index&cPath=16_20"><img src="images/clothing/ksubi_04_LRG.jpg" border="none" alt="" /><br /><h2>Tees</h2></a></td>
</tr>
<tr>
<td><a href="http://localhost/online/shopping/zen-cart-v1.3.9f-full-fileset-08142010/index.php?main_page=index&cPath=16_21"><img src="images/clothing/Sass_Bide_02_LRG.jpg" border="none" alt="" /><br /><h2>Tops</h2></a></td><td><a href="#"><img src="images/clothing/Manning_Cartel.jpg" border="none" alt="" /><br /><h2>Skirts</h2></a></td><td><a href="#"><img src="images/clothing/ksubi_04_LRG.jpg" border="none" alt="" /><br /><h2>Tees</h2></a></td>
</tr>
</table>
CSS for that is located in my override folder and there is nothing wrong with because the page is opening just fine (online the left sidebox column is not showing up), and I have successfully used that thread in making an override tpl_tabular_dispaly.php to match my design.
Thanks in advance.....
BLACKWINGEDANGEL