Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
james739
Hello,
How can I remove the dotted lines for additional images on the product info page?
Thank you!
It's all or none I'm afraid. It's a simple contrib that utilizes the tpl_columnar_display.php file, which is a common file used by most containers that show pictures.
Re: Column Divider Pro (CDP) Contrib - Official Thread
I am not getting the Horizontal dots in IE7 do you know of this problem?
I tried to modify its style sheet but no luck.
Re: Column Divider Pro (CDP) Contrib - Official Thread
I thought that was a IE6 problem only. But the Pro version has a fix for that with the padding section in the .hDotLine part of the css. Do you have a link I can see?
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
I thought that was a IE6 problem only. But the Pro version has a fix for that with the padding section in the .hDotLine part of the css. Do you have a link I can see?
Hi,
www.livemk.co.uk
Re: Column Divider Pro (CDP) Contrib - Official Thread
Did you edit the tpl_columnar_display.php file?
Looking at your site i see that the table that wraps around the boxes that use the divider are set to cellpadding="0" and cellspacing="0".
In my code I have it set to
cellpadding="1" cellspacing="15"
Perhaps this is the problem?
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Did you edit the tpl_columnar_display.php file?
Looking at your site i see that the table that wraps around the boxes that use the divider are set to cellpadding="0" and cellspacing="0".
In my code I have it set to
cellpadding="1" cellspacing="15"
Perhaps this is the problem?
Yes I did modify that file table to be able to have 5 columns in the center.
But if it works for the Vertical why not for the Horizontal?
Can anything be done with the .hDotLine in the stylesheet?
Ahy change there seams not to make any difference.
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
francocauter
Yes I did modify that file table to be able to have 5 columns in the center.
But if it works for the Vertical why not for the Horizontal?
Can anything be done with the .hDotLine in the stylesheet?
Ahy change there seams not to make any difference.
You can change the column count, tho it should be automatic.. but still you might need to leave at least 1 cellpadding or 1 cellspacing.. instead of 0
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
You can change the column count, tho it should be automatic.. but still you might need to leave at least 1 cellpadding or 1 cellspacing.. instead of 0
I have changed the cellpadding and cellspacing to 1 but the IE problem is still there, no horizontal dots
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
It's all or none I'm afraid. It's a simple contrib that utilizes the tpl_columnar_display.php file, which is a common file used by most containers that show pictures.
I see,
I dotted table for the dotted lines is not wide enough, therefore; it is running through my additional images. Is there a way to adjust the dotted lines?
Thank you!
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
james739
I see,
I dotted table for the dotted lines is not wide enough, therefore; it is running through my additional images. Is there a way to adjust the dotted lines?
Thank you!
Ok, i fixed it. I changed the width in the stylesheet for the additional images.