how to match the html tags ?

  • Thread starter Thread starter RRK
  • Start date Start date
R

RRK

I am new user for front page editor. How do I find the pairing html
tags ?
I wish to edit the html code. With lot of nesting, it is confusing to
find the matching <DIV> to </DIV>.
Is there any way to highlight the pairs or short cut key to move to the
matching pair ?


Thanks.
 
In FP2003, in Design or Split View, if you click on the tag in the quick
tag bar, the entire <div>...</div> will be highlighted and/or outlined. In
Split view, the corresponding code will be highlighted.
 
Ron,
Thanks for responding to my query.
Unfortunately I am using FP2002. I dont see a split view option in
this.
Can this be done with FP2002 ?


Thanks,
 
No. In FP2002 all you can do is indent the code so each div starts on a new
line, and each nested level is indented. This indenting can be set in
Tools->Page Options->Code Formatting (or similar - I can only access FP2003
at the moment)
 
Back
Top