V2.2 - a small but annoying display issue

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 năm cách đây
could you please replace in:

Nop.Web.Framework ->UI-> DataListExtensions.cs

this line:
sb.Append ("<table>")

with this one:  

sb.Append("<table cellspacing='0' cellpadding='0'>");

otherwise there is a problem with a style rendering of the products
12 năm cách đây
olga_zov wrote:
otherwise there is a problem with a style rendering of the products

What issue? Can you please make a screenshot?
12 năm cách đây
In IE there are some extra spaces around the table cell that you dont want at all. So its better to put this code (cellspacing=0 cellpadding=0) explicity tell the browser not to add spaces.  

Generally I think its better to add classes to all the tables that generated by the code behind so people will have the option to make design chenges they want directly in Css
12 năm cách đây
A screenshots:

With spaces:
http://tradeisra.com/images/before.jpg

And without:
http://tradeisra.com/images/after.jpg
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.