Is it acceptable to put phrases in href title atrib.? What about the ñ character... should I put ntilde; or just ñ... or just avoid any special character?
Purple Martin
11:20 pm on Apr 6, 2004 (gmt 0)
Use the HTML number codes for the special chars:
title="fresh ñandú meat"
silverbytes
12:52 pm on Apr 7, 2004 (gmt 0)
I searched web monkey and "ñ" appears like: ñ ...
pasted that code and appears in browser: ñ not like ñ ....
Am I doing something wrong or what?
grahamstewart
12:56 pm on Apr 7, 2004 (gmt 0)
If you set your character set in the headers or/and in the meta content-type tag and you should be able to just use the normal characters instead of entity codes.