hello all,
I've installed the column layout module for my products, and increased the product description length to fit the entire product description but i've run into a wall... again.
Apparently you can left-align the description by adding the following to ur stylesheet.css
.centerBoxContentsProducts
{
text-align: left;
padding: 5px;
}
will left justify everything, if you just want the text (not the name/link)
then:
.listingDescription
{
text-align: left;
padding: 5px;
}
But I was wondering if it were possible to make the mini-description HTML compatible, so that it displays the same way as the main description page? Because I wanted to have a list as you can see in my attached file.
Any suggestions will be greatly appreciated.
If all else fails, is there a way that i can hide all my products so i can create my own links using html in the "Category description"?
Thanks!



