Shoutbox

Replace Alt Text - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: Replace Alt Text (/showthread.php?tid=79789)

Replace Alt Text by Aardvark on 12-09-2007 at 09:18 AM

Say I want to replace where it says E-mail address: on the main menu screen when you log on, inside the msglang_string file it's got the resource for that listed as

61279=&E-mail address:

Going to replace that text it was replaced successfully, but next to it it said (Alt + <square symbol>). So to try and resolve this I tried adding the & in before the text I was replacing it with, which resulted in my skin being disabled all together.

So how do I get past this?


RE: Replace Alt Text by Eljay on 12-09-2007 at 09:34 AM

You need to use "&amp;" instead of just & to make the XML valid :P


RE: Replace Alt Text by Aardvark on 12-09-2007 at 09:37 AM

Yes! Bingo, thanks :)