Hyperlinks

T

Thomas A. Rowe

Add the following to the head section of all pages in HTML/Code View

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

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


sindee said:
Hi...I am going crazy here. If you look at the navigation menu on
http://www.sunnyutah.com/index.htm or http://www.sunnyutah.com/include_searchmenu.htm, you will
see that my hyperlinks are not underlined. Yet when I placed the include_searchmenu.htm on any
other page, such as http://www.sunnyutah.com/newspapers.htm, the links are underlined. I have
checked formatting, tags etc, what is happening? Sindee
 
S

sindee

add what? Sorry don't see nothing.


Thomas A. Rowe said:
Add the following to the head section of all pages in HTML/Code View

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

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



see that my hyperlinks are not underlined. Yet when I placed the include_searchmenu.htm on any
other page, such as http://www.sunnyutah.com/newspapers.htm, the links are underlined. I have
checked formatting, tags etc, what is happening? Sindee
 
T

Thomas A. Rowe

Sorry...

<style>
<!--
a{text-decoration:none}
-->
</style>

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

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

sindee

Thank you so much...it worked!!!! :)

Thomas A. Rowe said:
Sorry...

<style>
<!--
a{text-decoration:none}
-->
</style>

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

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

Chad Moore

Did you save your work that you did on your site before publishing it to your webserver?
 
Top