Flag pages with fixed width tables
Custom check for locating pages that have fixed width tables
Blaine Herman avatar
Written by Blaine Herman
Updated over a week ago

Type of policy: XPath

What it is used for: Identify pages on your site that have tables that have set fixed width.

How to set it up:

  • Use XPath

  • Set policy to “Flag pages that contain the XPath"

  • Use the following:  

//table[@width !="" or contains(@style, "width:")]
Did this answer your question?