Hi,

I have problem. I install drupal 6.14 at localhost using wampp. Table border is not visible in view mode. But cell borders are shown properly in edit mode. Can anybody help me to resolve this problem. Around 3 days i try to settle this problem.

Comments

hungdo’s picture

I think this is problem about css, you can use firebug firefox addon to fix this bug if still not work, please attache screenshot of error :D

alleyza’s picture

Hi Hungdo,

Still table border not visible. When i create a table and click preview came out this error.

Normal
0

false
false
false

EN-US
X-NONE
X-NONE

MicrosoftInternetExplorer4

hungdo’s picture

Did you paste table form microsoft word or other?
You can try to add some line for check:

<table border="1" width="200px">
<tr>
<td>Sample1</td>
<td>Sample2</td>
</tr>
</table>