link bar text is distorted in browser

G

Guest

When viewing the custom link bar in FrontPage, the text is very readable;
when viewing the same page in IE browser through the web server, the text is
distorted. Can anyone help?
 
T

Thomas A. Rowe

URL ?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
G

Guest

http://www.ntpc.us

Thomas A. Rowe said:
URL ?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
S

Stefan B Rusynko

Validate your html - Broken do to your editing

For Example You have
<td width="233" height="28" valign="top" colspan="2">
<a href="about/about-ntpc.asp" id="_about-ntpc_asp">
<img border="0" src="images/hmbtns/hmbtn-about-ntpc-mod.gif" title="The 'how and why' for organizing the NTPC, Common Questions
(FAQs) about NTPC, NTPC Rule Book (also contains Event Sanctioning and Guidelines)." </a width="233" height="28">
</a></td>

Which should be
<td width="233" height="28" valign="top" colspan="2">
<a href="about/about-ntpc.asp" id="_about-ntpc_asp">
<img border="0" src="images/hmbtns/hmbtn-about-ntpc-mod.gif" title="The 'how and why' for organizing the NTPC, Common Questions
(FAQs) about NTPC, NTPC Rule Book (also contains Event Sanctioning and Guidelines)." width="233" height="28">
</a></td>

PS
Word/Shape art will be only visible in IE or in a degraded form in other browsers
--




| http://www.ntpc.us
|
| "Thomas A. Rowe" wrote:
|
| > URL ?
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| > | > > When viewing the custom link bar in FrontPage, the text is very readable;
| > > when viewing the same page in IE browser through the web server, the text is
| > > distorted. Can anyone help?
| >
| >
| >
 
G

Guest

This is very helpful for the table on the home page; however, my biggest
problem is the horizontal custom link bar on the subsequent pages. For
example, click on About NTPC. The text in the link bar is distorted at the
top of the page. It is also somewhat distorted in the left nav bar
(javascript mechanism). Any suggestions?
 
S

Stefan B Rusynko

That page has even more crippled html
- multiple body tags and html tags out of sequence
- many browser won't even display the page

PS
The 3 button are not distorted for me

--




| This is very helpful for the table on the home page; however, my biggest
| problem is the horizontal custom link bar on the subsequent pages. For
| example, click on About NTPC. The text in the link bar is distorted at the
| top of the page. It is also somewhat distorted in the left nav bar
| (javascript mechanism). Any suggestions?
|
| "Stefan B Rusynko" wrote:
|
| > Validate your html - Broken do to your editing
| >
| > For Example You have
| > <td width="233" height="28" valign="top" colspan="2">
| > <a href="about/about-ntpc.asp" id="_about-ntpc_asp">
| > <img border="0" src="images/hmbtns/hmbtn-about-ntpc-mod.gif" title="The 'how and why' for organizing the NTPC, Common Questions
| > (FAQs) about NTPC, NTPC Rule Book (also contains Event Sanctioning and Guidelines)." </a width="233" height="28">
| > </a></td>
| >
| > Which should be
| > <td width="233" height="28" valign="top" colspan="2">
| > <a href="about/about-ntpc.asp" id="_about-ntpc_asp">
| > <img border="0" src="images/hmbtns/hmbtn-about-ntpc-mod.gif" title="The 'how and why' for organizing the NTPC, Common Questions
| > (FAQs) about NTPC, NTPC Rule Book (also contains Event Sanctioning and Guidelines)." width="233" height="28">
| > </a></td>
| >
| > PS
| > Word/Shape art will be only visible in IE or in a degraded form in other browsers
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | http://www.ntpc.us
| > |
| > | "Thomas A. Rowe" wrote:
| > |
| > | > URL ?
| > | >
| > | > --
| > | > ==============================================
| > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | > WEBMASTER Resources(tm)
| > | >
| > | > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > | > ==============================================
| > | > To assist you in getting the best answers for FrontPage support see:
| > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | >
| > | > | > | > > When viewing the custom link bar in FrontPage, the text is very readable;
| > | > > when viewing the same page in IE browser through the web server, the text is
| > | > > distorted. Can anyone help?
| > | >
| > | >
| > | >
| >
| >
| >
 
G

Guest

How does one keep FrontPage from adding all the junk that it adds? I guess I
should go back to manually coding my pages instead of letting FP do it!

Stefan B Rusynko said:
That page has even more crippled html
- multiple body tags and html tags out of sequence
- many browser won't even display the page

PS
The 3 button are not distorted for me

--




| This is very helpful for the table on the home page; however, my biggest
| problem is the horizontal custom link bar on the subsequent pages. For
| example, click on About NTPC. The text in the link bar is distorted at the
| top of the page. It is also somewhat distorted in the left nav bar
| (javascript mechanism). Any suggestions?
|
| "Stefan B Rusynko" wrote:
|
| > Validate your html - Broken do to your editing
| >
| > For Example You have
| > <td width="233" height="28" valign="top" colspan="2">
| > <a href="about/about-ntpc.asp" id="_about-ntpc_asp">
| > <img border="0" src="images/hmbtns/hmbtn-about-ntpc-mod.gif" title="The 'how and why' for organizing the NTPC, Common Questions
| > (FAQs) about NTPC, NTPC Rule Book (also contains Event Sanctioning and Guidelines)." </a width="233" height="28">
| > </a></td>
| >
| > Which should be
| > <td width="233" height="28" valign="top" colspan="2">
| > <a href="about/about-ntpc.asp" id="_about-ntpc_asp">
| > <img border="0" src="images/hmbtns/hmbtn-about-ntpc-mod.gif" title="The 'how and why' for organizing the NTPC, Common Questions
| > (FAQs) about NTPC, NTPC Rule Book (also contains Event Sanctioning and Guidelines)." width="233" height="28">
| > </a></td>
| >
| > PS
| > Word/Shape art will be only visible in IE or in a degraded form in other browsers
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | http://www.ntpc.us
| > |
| > | "Thomas A. Rowe" wrote:
| > |
| > | > URL ?
| > | >
| > | > --
| > | > ==============================================
| > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | > WEBMASTER Resources(tm)
| > | >
| > | > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > | > ==============================================
| > | > To assist you in getting the best answers for FrontPage support see:
| > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | >
| > | > | > | > > When viewing the custom link bar in FrontPage, the text is very readable;
| > | > > when viewing the same page in IE browser through the web server, the text is
| > | > > distorted. Can anyone help?
| > | >
| > | >
| > | >
| >
| >
| >
 
G

Guest

There are also 2 include files on this page; that might explain the multiple
body tags and possible out-of-sequence html tags. Don't other browsers
accommodate "include" files?

These horizontal link bars did not look distorted until I got a new Dell
laptop. Maybe the problem is at my end in the display properties. It's hard
for me to tell because my hold HP desktop displayed them just fine. And,
with only one computer to view them from now, I have no way of knowing except
what I see on this laptop.

Thank you for taking your time to take a look at this problem and offer your
suggestions.

Stefan B Rusynko said:
That page has even more crippled html
- multiple body tags and html tags out of sequence
- many browser won't even display the page

PS
The 3 button are not distorted for me

--




| This is very helpful for the table on the home page; however, my biggest
| problem is the horizontal custom link bar on the subsequent pages. For
| example, click on About NTPC. The text in the link bar is distorted at the
| top of the page. It is also somewhat distorted in the left nav bar
| (javascript mechanism). Any suggestions?
|
| "Stefan B Rusynko" wrote:
|
| > Validate your html - Broken do to your editing
| >
| > For Example You have
| > <td width="233" height="28" valign="top" colspan="2">
| > <a href="about/about-ntpc.asp" id="_about-ntpc_asp">
| > <img border="0" src="images/hmbtns/hmbtn-about-ntpc-mod.gif" title="The 'how and why' for organizing the NTPC, Common Questions
| > (FAQs) about NTPC, NTPC Rule Book (also contains Event Sanctioning and Guidelines)." </a width="233" height="28">
| > </a></td>
| >
| > Which should be
| > <td width="233" height="28" valign="top" colspan="2">
| > <a href="about/about-ntpc.asp" id="_about-ntpc_asp">
| > <img border="0" src="images/hmbtns/hmbtn-about-ntpc-mod.gif" title="The 'how and why' for organizing the NTPC, Common Questions
| > (FAQs) about NTPC, NTPC Rule Book (also contains Event Sanctioning and Guidelines)." width="233" height="28">
| > </a></td>
| >
| > PS
| > Word/Shape art will be only visible in IE or in a degraded form in other browsers
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | http://www.ntpc.us
| > |
| > | "Thomas A. Rowe" wrote:
| > |
| > | > URL ?
| > | >
| > | > --
| > | > ==============================================
| > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | > WEBMASTER Resources(tm)
| > | >
| > | > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > | > ==============================================
| > | > To assist you in getting the best answers for FrontPage support see:
| > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | >
| > | > | > | > > When viewing the custom link bar in FrontPage, the text is very readable;
| > | > > when viewing the same page in IE browser through the web server, the text is
| > | > > distorted. Can anyone help?
| > | >
| > | >
| > | >
| >
| >
| >
 
S

Stefan B Rusynko

Multiple include pages don't cause malformed html
- validate the actual include pages too
Try using the page validator at http://www2.imagiware.com/RxHTML/

--




| There are also 2 include files on this page; that might explain the multiple
| body tags and possible out-of-sequence html tags. Don't other browsers
| accommodate "include" files?
|
| These horizontal link bars did not look distorted until I got a new Dell
| laptop. Maybe the problem is at my end in the display properties. It's hard
| for me to tell because my hold HP desktop displayed them just fine. And,
| with only one computer to view them from now, I have no way of knowing except
| what I see on this laptop.
|
| Thank you for taking your time to take a look at this problem and offer your
| suggestions.
|
| "Stefan B Rusynko" wrote:
|
| > That page has even more crippled html
| > - multiple body tags and html tags out of sequence
| > - many browser won't even display the page
| >
| > PS
| > The 3 button are not distorted for me
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | This is very helpful for the table on the home page; however, my biggest
| > | problem is the horizontal custom link bar on the subsequent pages. For
| > | example, click on About NTPC. The text in the link bar is distorted at the
| > | top of the page. It is also somewhat distorted in the left nav bar
| > | (javascript mechanism). Any suggestions?
| > |
| > | "Stefan B Rusynko" wrote:
| > |
| > | > Validate your html - Broken do to your editing
| > | >
| > | > For Example You have
| > | > <td width="233" height="28" valign="top" colspan="2">
| > | > <a href="about/about-ntpc.asp" id="_about-ntpc_asp">
| > | > <img border="0" src="images/hmbtns/hmbtn-about-ntpc-mod.gif" title="The 'how and why' for organizing the NTPC, Common
Questions
| > | > (FAQs) about NTPC, NTPC Rule Book (also contains Event Sanctioning and Guidelines)." </a width="233" height="28">
| > | > </a></td>
| > | >
| > | > Which should be
| > | > <td width="233" height="28" valign="top" colspan="2">
| > | > <a href="about/about-ntpc.asp" id="_about-ntpc_asp">
| > | > <img border="0" src="images/hmbtns/hmbtn-about-ntpc-mod.gif" title="The 'how and why' for organizing the NTPC, Common
Questions
| > | > (FAQs) about NTPC, NTPC Rule Book (also contains Event Sanctioning and Guidelines)." width="233" height="28">
| > | > </a></td>
| > | >
| > | > PS
| > | > Word/Shape art will be only visible in IE or in a degraded form in other browsers
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > To find the best Newsgroup for FrontPage support see:
| > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | > _____________________________________________
| > | >
| > | >
| > | > | http://www.ntpc.us
| > | > |
| > | > | "Thomas A. Rowe" wrote:
| > | > |
| > | > | > URL ?
| > | > | >
| > | > | > --
| > | > | > ==============================================
| > | > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | > | > WEBMASTER Resources(tm)
| > | > | >
| > | > | > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > | > | > ==============================================
| > | > | > To assist you in getting the best answers for FrontPage support see:
| > | > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | > | >
| > | > | > | > | > | > > When viewing the custom link bar in FrontPage, the text is very readable;
| > | > | > > when viewing the same page in IE browser through the web server, the text is
| > | > | > > distorted. Can anyone help?
| > | > | >
| > | > | >
| > | > | >
| > | >
| > | >
| > | >
| >
| >
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top