View Single Post
Old 06-07-2013, 09:16 AM   #2
mrmikel
Color me gone
mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.
 
Posts: 2,089
Karma: 1445295
Join Date: Apr 2008
Location: Central Oregon Coast
Device: PRS-300
In several places I found this:

XHTML Name attribute replacement

The name attribute within XHTML has been replaced with id for the following elements:

a
applet
frame
iframe
img
map

Example 9.1 Incorrect name attribute usage:

<img src="animage.gif" name="animage" />


Example 9.2 Correct name attribute replacement with the id attribute:

<img src="animage.gif" id="animage" />
mrmikel is offline   Reply With Quote