[Skip navigation links]

Site Report

This tab shows general usability issues, indicating navigation problems for all users.

This tab is available in SortSite Professional, SortSite Developer and OnDemand, but not in SortSite Standard edition.

  • FailureUsability.gov Guidelines - Some pages violate these guidelines.
  • FailureW3C Best Practices - Some pages violate these guidelines.
  • SuccessReadability - No issues found.
PriorityDescription and URLGuideline and Line#Count

Priority 2

2 issues on 5 pages

Very ImportantAvoid underlined text - people will click on it and think it's a broken link. Usability.gov 10:4 1 pages
Use something other than underlining for highlighting text, because it looks like a link, and users become frustrated when the "link" does not work.
https://allsoftlab.com/Line 1259
Very ImportantOmitting img width or height attributes makes the page layout jump about as images load. Usability.gov 14:3 W3C 5 pages
This makes the page very hard to read or click while it's loading. Fix by adding width and height attributes to the img tag matching the image dimensions. In responsive layouts, specifying width and height prevents layout jumping because the browser can pre-calculate the final image size when CSS like this is used: img { max-width: 100%; height: auto }
https://allsoftlab.com/Line 76 736 775 925 1230 ...
https://allsoftlab.com/chtivo/Line 73 730 778 850 1098 ...
https://allsoftlab.com/main/Line 73 730 1369 1376 1425 ...
https://allsoftlab.com/techno-news/Line 73 802 1042 1049 1098 ...
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.

Priority 3

2 issues on 6 pages

ImportantUse at least a 12-point font on all web pages. Usability.gov 11:8 3 pages

For users over age 65, it may be better to use at least fourteen-point fonts. Never use less than nine-point font on a Web site. The following are all smaller than 12 point:

  • <p style="font-size: 11pt;" >
  • <p style="font-size: 15px;" >
  • <p style="font-size: small;" >
  • <font size="2" >
  • <font size="-1" >
https://allsoftlab.com/templates/BlogLive-3col/css/common.cssLine 51 61 72
https://allsoftlab.com/templates/BlogLive-3col/css/engine.cssLine 128 154 252 253 458 ...
https://allsoftlab.com/templates/BlogLive-3col/css/styles.cssLine 127 161 216 218 392 ...
ImportantUse link text between 3 and 100 characters so it's long enough to be understood, but avoids line wrapping. Usability.gov 10:11 3 pages
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.
https://allsoftlab.com/Line 868
https://allsoftlab.com/main/Line 925 949
https://allsoftlab.com/techno-news/Line 757
Expand all 4 issues