Posted by mbstevens on 09/01/07 15:46
|| wrote:
> I am creating web pages using jsp and use lots of divs. Is there a
> good editor that will help me match where divs begin and end within my
> syntax? I have things nested in divs and sometimes the divs close way
> below where I started. It is getting difficult to work with.
>
> Thanks Lex
>
Indent correctly.
Open and close your elements before using them, then
fill in between.
<body>
<div>
<p>
</p>
<div>
<div>
<p>
</p>
</div>
</div>
</div>
</body>
Navigation:
[Reply to this message]
|