Based on a standard CSS product layout with layout modified using CSS for styling I am experiencing an issue whereby if the "also bought" and "also like" are left blank against a product the last few characters from the product description are showing in the position where the list would normally sit.
The text shown varies depending on what is in the description so not hard coded in error anywhere. It is only about 5 characters that show and always the end of the product description text.
Populating the lists removes the error. Setting CSS display:none; for the list styling also removes the error. Checking the layout for the product, description and the lists all look fine in terms of HTML and the layouts in use.
Any ideas how these last few characters from the product description are showing in the list area? Would make more "sense" if the complete text was duplicating.
Tested under IE6, IE7, FF, Opera and Netscape with the same results.
No live URL but source code shows the additional text on its own.. no <p> tags for example.
Any clues appreciated.
Jont
MS 8.5.0
The text shown varies depending on what is in the description so not hard coded in error anywhere. It is only about 5 characters that show and always the end of the product description text.
Populating the lists removes the error. Setting CSS display:none; for the list styling also removes the error. Checking the layout for the product, description and the lists all look fine in terms of HTML and the layouts in use.
Any ideas how these last few characters from the product description are showing in the list area? Would make more "sense" if the complete text was duplicating.
Tested under IE6, IE7, FF, Opera and Netscape with the same results.
No live URL but source code shows the additional text on its own.. no <p> tags for example.
Any clues appreciated.
Jont
MS 8.5.0
Comment