By: Asfihani
Date: 2008-06-19
Time: 07:10
|
Tables showing garbage charactersAnybody know, when using table with MySQL UTF-8 always displaying garbage character below:
Any help are appreciated jamu.php contains:
tblInbox.html contains:
|
|||
By: Asfihani
Date: 2008-06-19
Time: 07:11
|
Re: Tables showing garbage charactersUpss, you can see result here: http://203.84.155.121/jamu.php
|
|||
By: TomH
Date: 2008-06-19
Time: 13:03
|
Re: Tables showing garbage charactersThis symtom is common in tables. Because the browser cannot decode the purpose of the extraneous open tags in a table it throws them outside the table when it renders on screen. You can look at your browser 'page source' to see the extra tag shows in it's location in the table but the brower throws it to the top of screen when rendering.
Then you just look at your HTML... In the second row of your block, you have an extra < at the opening cell tag -this is being repeated three times by TBS MergeBlock process.
TBS cannot help you if your HTML is incorrect ;) Hope that helps, |
|||
By: Asfihani
Date: 2008-06-20
Time: 01:20
|
Re: Tables showing garbage charactersReally well spot, TomH. I really didn't notice about double tag. Thank you for spotting my silly typos. Now, it worked.
|