Click to See Complete Forum and Search --> : <?> in Front Page design view


martins
05-08-2007, 04:17 AM
The following symbol <?> is appearing (enclosed in a small yellow box) in my design view in Front Page 2003.

The cause appears to be the combination of td img {display:block} in my css and noscript tags inside a table in the body. Everything appears to be fine when viewed in browsers or the Front Page preview.

Can anybody enlighten me as to what this symbol means and how to resolve the issue (or turn it off) ?

Thanks.

ryanbutler
05-08-2007, 09:04 AM
I can't speak for FP, but in Dreamweaver, it means you have improperly nested tags or have omitted a closing tag. Sometimes, its ok to leave, but more often than not, you need to double check your code for for errors.

KDLA
05-08-2007, 01:10 PM
Best way to resolve the problem is to validate your coding. Here's an online service, where you can either cut and paste your HTML, or enter the URL:
http://validator.w3.org

KDLA