V
Viken Karaguesian
Hello all,
When I'm working in the Code window and choose "Reformat HTML", Frontpage
puts a *lot* of white space in anything enclosed in a <noscript> tag. The
<noscript> tag contents end up taking a lot of space. Anyone know why this
happens and if there's an option to prevent this from happening? Below is an
example, copied and pasted from a recent "Reformat HTML" command. It should
take up way less space. Thanks in advance for any replies!
<div id="noscript">
<ul class="menu">
<li><a href="home.htm">Home</a></li>
<li>About Us
<ul>
<li><a href="about_us.htm">About St. Stephen's</a></li>
<li><a href="admissions.htm">Admissions and Tuition</a></li>
</ul>
</li>
<li>Boards
<ul>
<li><a href="committee.htm">Committee Members</a></li>
<li><a href="pto.htm">PTO</a></li>
<li><a href="alumni.htm">Alumni</a></li>
</ul>
</li>
<li><a href="pre_school.htm">Pre-School</a></li>
<li>Elementary School
<ul>
<li><a href="elem_overview.htm">Overview</a></li>
<li><a href="arm_curric.htm">Armenian Curriculum</a></li>
<li><a href="eng_k.htm">English Curriculum</a></li>
<li><a href="programs.htm">After-School Programs</a></li>
<li><a href="faculty.htm">Faculty</a></li>
</ul>
</li>
<li>Class Pages
<ul>
<li> Grade 1</li>
<li> Grade 2</li>
<li> Grade 3</li>
<li> Grade 4</li>
<li> Grade 5</li>
</ul>
</li>
</ul>
</div>
</noscript>
--
When I'm working in the Code window and choose "Reformat HTML", Frontpage
puts a *lot* of white space in anything enclosed in a <noscript> tag. The
<noscript> tag contents end up taking a lot of space. Anyone know why this
happens and if there's an option to prevent this from happening? Below is an
example, copied and pasted from a recent "Reformat HTML" command. It should
take up way less space. Thanks in advance for any replies!
<div id="noscript">
<ul class="menu">
<li><a href="home.htm">Home</a></li>
<li>About Us
<ul>
<li><a href="about_us.htm">About St. Stephen's</a></li>
<li><a href="admissions.htm">Admissions and Tuition</a></li>
</ul>
</li>
<li>Boards
<ul>
<li><a href="committee.htm">Committee Members</a></li>
<li><a href="pto.htm">PTO</a></li>
<li><a href="alumni.htm">Alumni</a></li>
</ul>
</li>
<li><a href="pre_school.htm">Pre-School</a></li>
<li>Elementary School
<ul>
<li><a href="elem_overview.htm">Overview</a></li>
<li><a href="arm_curric.htm">Armenian Curriculum</a></li>
<li><a href="eng_k.htm">English Curriculum</a></li>
<li><a href="programs.htm">After-School Programs</a></li>
<li><a href="faculty.htm">Faculty</a></li>
</ul>
</li>
<li>Class Pages
<ul>
<li> Grade 1</li>
<li> Grade 2</li>
<li> Grade 3</li>
<li> Grade 4</li>
<li> Grade 5</li>
</ul>
</li>
</ul>
</div>
</noscript>
--