Are you using a 1.6 compatible theme?? If you are, clear your browser cache and it should go. If it's not a 1.6 theme, you'll need to add this to your global.css:
.hiddenrow {
display: none;
}
Clear your browser cache and that should disappear. If it doesn't make sure this is in your global.css:
.hiddenrow {
display: none;
}
thanks it`s work you are the grate thanks MattRogowski and AJS