All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.report.rules.pmd.NoInlineStyleInformation.html Maven / Gradle / Ivy



NoInlineStyleInformation


NoInlineStyleInformation

nlineStyleInformation">

NoInlineStyleInformation

Since: PMD 3.6

Style information should be put in CSS files, not in JSPs. Therefore, don't use <B> or <FONT> tags, or attributes like "align='center'".

This rule is defined by the following Java class: net.sourceforge.pmd.jsp.rules.NoInlineStyleInformation

Example:

                
			
<html><body><p align='center'><b>text</b></p></body></html>
			
		
            




© 2015 - 2025 Weber Informatics LLC | Privacy Policy