ASP code block markers gone in FP2002?

E

EPPack

I code my ASP by hand in the html view of FP; I don't use any of the wizards
and such. In earlier versions of FP, I would be able to see a sort of yellow
"marker" in the normal view that showed exactly where the various code
blocks were. This was particularly helpful when embedded in tables, for
example.

Now, however, those "markers" have disappeared, although I think at some
times they do show. I haven't been able to figger out how to make them
consistently visible, tho.For example, I have a small 2-row table where the
top row is simple header info outside the code block, and the 2nd row
contains asp code (<% =somefield %>) but I don't see the bottom row AT ALL
now (in the normal view) and this can be very confusing at times because
before it was a visual cue that it was a two row table.

Is there a way to make it show those markers show again?

Thanks!
 
J

Jim Buyens

-----Original Message-----
I code my ASP by hand in the html view of FP; I don't use
any of the wizards and such. In earlier versions of FP, I
would be able to see a sort of yellow "marker" in the
normal view that showed exactly where the various code
blocks were. This was particularly helpful when embedded
in tables, for example.

Now, however, those "markers" have disappeared, although
I think at some times they do show. I haven't been able
to figger out how to make them consistently visible,
tho. For example, I have a small 2-row table where the
top row is simple header info outside the code block, and
the 2nd row contains asp code (<% =somefield %>) but I
don't see the bottom row AT ALL now (in the normal view)
and this can be very confusing at times because
before it was a visual cue that it was a two row table.

Is there a way to make it show those markers show again?

Thanks!

Try putting an &nbsp; in front of every </td> tag.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top