Installation, Configuration, & Upgrades  :: 
Changing a little code
 Top

  • I need the header of my website to read just a little differently and I need to know how/where to do that because some of my static pages are looking garbled and the typographic quote marks are not displaying correctly.

    Right now it reads:

    Code

    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">


    and I need it to read:

    Code

    <meta http-equiv="Content-Type"
    content="text/html; charset=utf-8">


    Can anyone help me with this and will this cause a problem anywhere else?

    Thank you,
  • I am not sure what you mean. If you want to change charset of your PostNuke site you can search language/eng {or your lang}/global.php for: "define('_CHARSET',". Change what you want there.
  • That's exactly what I needed. Thank you! I didn't think to look in the language files. Just changed it in the pnAPI and that's all I could find and it didn't do the job obviously.... oh, to be a better hacker...... icon_lol

    Thanks again!
  • :D Just some experience on a newbie to PostNuke.
This list is based on the users active over the last 60 minutes.