forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: flapane on March 11, 2015, 09:10:37 pm

Title: Small validation tip
Post by: flapane on March 11, 2015, 09:10:37 pm
I've just noticed that changing
Code: [Select]
border="0"to
Code: [Select]
style="border:0"in line 3007 of functions.inc.php, fixes a few w3c validation warnings, at least when using HTML5.
Quote
The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead

The same goes for line 5567, 4161, or also line 3188 in themes.inc.php (valign attribute).

There are a few things here and there (ie. table width, and icon borders) that can be fixed by using CSS and adding classes in theme.php.
Not that w3c validation is crucial, but it could be worth taking a look at it. :)