quote:
Originally posted by John Anderton
I was wondering it the alt for every image could have the smiley code for it. Then when the quick quote is posted ...... voila .... emotes again
I wish, but that's difficult to implement.
The problem is that after one smilie is replaced, subsequent replaces might mess with the alt code. For example...
:dodgy:
gets replaced with...
<img src="dodgy.gif" alt=":dodgy:">
:dodgy: contains :d so now :d will be replaced...
<img src="dodgy.gif" alt="<img src="msn_grin.gif" alt=":d">odgy:">
It may be possible to overcome this issue by converting the alt codes to pure HTML entities... I'll have to think about it...