Posts: 2,322
Name: Keith Marshall
Location: West Hartford, CT
|
Hello all:
Does anyone know if there is a way to make comments inside a (x)html tag? I want an eaiser way to keep track of nested elements. I understand that proper indentation will help keep track of opening and closing tags, but sometimes that is hard to achive when you are providing dynamic content (ie php output).
Here is an example of what I mean. Of course, this is only made-up syntax, but to help illustrate what I'm talking about :
HTML Code:
<div id="outer" !#="BO outer container">
<div id="inner" !#="BO inner container">
Some content here
</div !#="EO inner container">
</div !#="EO outer container">
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|