covickjuin
New Member
For example I have some markup like this:\[code\]<div>testword</div>\[/code\]I want to place a small image below the letter \[code\]s\[/code\] and a different small image below the letter \[code\]d\[/code\]. The image should be centered under the letter so that it's clear what letter it's assigned to. It's also okay to use additional HTML, for example maybe I need to wrap each letter in a \[code\]<span>\[/code\] tag or something.Is it possible to do this for all browsers without resorting to canvas?