help! In my tables its shows symbol like ¡¡ what is it?

B

Baiba

I create a website in frontpage using ASP but in preview i can see some
symols like (¡¡) how can i get rid of them. Thank you
 
C

Corey Bryant

Dependind on the code, you might not be able to since ASP needs to be parsed
before being rendered
 
D

David Berry

You need to publish it to a web server (that supports ASP) first and then
try viewing the page.
 
Top