views:

27

answers:

1

I am currently building a blog system, and the class file i.e class Blog{}, is running ok, when I try it on its own, but, when I try to use it in the pages of the site that have css, it looks weird and full stop, and apostrophes are replaced by strange characters! please help, this is my first time of using oo for development,

+1  A: 

Most likely one of your files have Unicode encoding, Try to open each file with notepad or other text editor and save the file with ANSI encoding.

I had same issue in the past and that was the answer.

Look our for inclusions because they affect the whole process.

Mihai Iorga