M
MATTK
I write all my pages in HTML, so for example I would write this line
of code:
<span class="content">
Name: Matt<br>
Age: 27<br>
</span>
If I go into the Frontpage editor and try and add a line in between,
Frontpage changes the code to:
<span class="content">
Name: Matt
</span>
<p>
<span class="content">
<br>
Age: 27<br>
</span>
I have to use Frontpage, because the content editors don't know HTML.
How can I stop it adding all thsi code and ruining my lovely
formatting!
of code:
<span class="content">
Name: Matt<br>
Age: 27<br>
</span>
If I go into the Frontpage editor and try and add a line in between,
Frontpage changes the code to:
<span class="content">
Name: Matt
</span>
<p>
<span class="content">
<br>
Age: 27<br>
</span>
I have to use Frontpage, because the content editors don't know HTML.
How can I stop it adding all thsi code and ruining my lovely
formatting!