Page 1 of 1
Just migrated data to a new host and have bulleting problems
Posted: Wed Aug 23, 2006 3:26 pm
by gma216
I just migrated a working structure and data to a new host, but on this new host the bullets display as squares. And i have squares in front of my apostrophes too. This never happend on my old host where the data displayed the way it should be.
Is there something that i should enable or disable to make this go away?
Any help would be much appreciated.
Thanks
Posted: Wed Aug 23, 2006 3:31 pm
by Oren
Link? Code?
Posted: Wed Aug 23, 2006 3:47 pm
by gma216
http://acg.com/careers/ALLcareers.php
And just click on the first Lease-up specialist.
Now that i think about it, it might be a MySql problem and not PHP. Not sure though.
Thanks
Posted: Wed Aug 23, 2006 3:59 pm
by volka
seems like the issue has been solved.

Posted: Wed Aug 23, 2006 4:08 pm
by Oren
Code?
Your code (HTML) looks strange to me.
Instead of doing:
Code: Select all
<ul>
<li>element 1</li>
<li>element 2</li>
.
.
.
<li>element n</li>
</ul>
You are doing:
Code: Select all
• element 1<br >
• element 2<br >
.
.
.
• element n<br >

Posted: Wed Aug 23, 2006 4:12 pm
by Ollie Saunders
If you
request the page directly the back button won't work.
Posted: Wed Aug 23, 2006 4:13 pm
by RobertGonzalez
Is this a character encoding issue potentially?