domainworldaccess Posted September 7, 2007 Share Posted September 7, 2007 How can I add html code into the language file to create links or format text to my liking without breaking the language file? 0 Quote Link to comment Share on other sites More sharing options...
trine Posted September 7, 2007 Share Posted September 7, 2007 You probably only need to escape the quotes ... here's an example: $_LANG['headertext'] = "<font color=\"Red\">Welcome to our Support Area.</font>"; 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.