Publishing problem--FrontPage/cPanel [moved]

Alex Wilson

Registered
Aug 5, 2006
2
0
151
I am a non-techie newbie.

I have built one (my first) small website (http://www.classical-yoga.com) with Microsoft FrontPage 2003.

My hosting service is a cPanel lessee who seems not to understand my queries.

On the first page (index.html) of my website I have two headlines coded in Times New Roman (TNR) 18 point bold. However the second (subject) heading displays as Verdana 18 pt Bold in Firefox and Netscape but as the coded TNT 18 pt Bold in Internet Explorer and Opera.

The code for the subject heading as per my FrontPage file is:

<h1><span lang="EN-AU" style="font-family: Times New Roman; font-weight: 700">
<font size="5">Sally Janssen's Introduction
to Yoga </font></span></h1>

The code for the subject heading as shown from the browser View/Page Source is identical, viz:

<h1><span lang="EN-AU" style="font-family: Times New Roman; font-weight: 700">
<font size="5">Sally Janssen's Introduction
to Yoga </font></span></h1>

The code shown in cPanel 'HTML Editor' for the subject heading is:

<h1><span style="font-family: Times New Roman; font-weight: 700;" lang="EN-AU">
<font face="Verdana"> <font size="5">Sally Janssen's Introduction
to Yoga </font></font></span></h1>

(Note the 'Verdana' inclusion)

And the code shown for the subject heading in cPanel 'Edit File' is:

<h1><span lang="EN-AU" style="font-family: Times New Roman; font-weight: 700">
<font size="5">Sally Janssen's Introduction
to Yoga </font></span></h1>

(Again identical to the FP file coding)


My questions are:
'
1. Is the 'Verdana' font displayed by the Firefox and Netscape browers in the subject heading the result of the 'Verdana’ inclusion in cPanel 'HTML Editor'?

2. If so, how do I edit (remove) the offending code.

3. If not, what is causing the 'TNR' font to be replaced by the 'Verdana' font?

4. Why is the cPanel ‘HTML Editor’ code different from the code that is identical in the FP file, the browser drop-down menu file and the cPanel ‘Edit file’

5. Why doesn't the act of re-publishing the file from FP to the remote site result in an identical file in cPanel'HTML Editor'?


I thank you in advance for your help.:D :D