Connecting Tech Pros Worldwide Forums | Help | Site Map

how do I separate html hrefs from asp

Carmine Ascoli
Guest
 
Posts: n/a
#1: Jul 20 '05
Hello There:

For some reason there is an underlined hyperlink under the text title
describing the first href link to an asp page in my default.htm file.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<body bgcolor=##00CCFF>
<title>NPN Frequently Asked Questions (FAQ)</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>

<img src="image1.gif" align=middle>

<br>
<font size="7"> <strong> Frequently Asked Questions
(FAQ)</strong></font>

<body>
<br>
<br>
<br>


<LI><A
href="https://10.0.1.14/FAQs/Change Request Form.htm"><FONT
COLOR="#006600" SIZE=3>
How to fill out and email a Change
Request Form</FONT>

<LI><A
href="https://10.0.1.14/FAQs/maping a
Drive.htm"><FONT COLOR="#006600" SIZE=3>
How to map a network drive</FONT>
<LI><A
href="https://10.0.1.14/FAQs/Network
Printer.htm"><FONT COLOR="#006600" SIZE=3>
How to setup a network printer</FONT>

<LI><A
href="https://10.0.1.14/FAQs/Printing
Troubleshooting.htm"><FONT COLOR="#006600" SIZE=3>
How to troubleshoot a printer
issue</FONT>
</FONT>
<LI><A
href="https://10.0.1.14/FAQs/Creating
Access DSN.htm"><FONT COLOR="#006600" SIZE=3>How to create a DSN for
running access reports</FONT></A><FONT
size=3> </FONT>
<LI><A

href="https://10.0.1.14/FAQs/OfficeXPPro Install.htm"><FONT
COLOR="#006600" SIZE=3>How to install Microsoft Office XP Pro</FONT>

<LI><A
href="https://10.0.1.14/FAQs/Interqual
Install.htm"><FONT COLOR="#006600" SIZE=3>How to install
Interqual</FONT>

<LI><A
href="https://10.0.1.14/FAQs/Emptying Recycle Bin.htm"><FONT
COLOR="#006600" SIZE=3>How to empty your recycle bin</FONT>
</FONT>
<LI><A
href="https://10.0.1.14/FAQs/Delete Items.htm"><FONT
COLOR="#006600" SIZE=3>
How to configure outlook to empty your
deleted items on exit</FONT>

<LI><A
href="https://10.0.1.14/FAQs/ArchiveOutlook.htm"><FONT
COLOR="#006600" SIZE=3>
Policy & Procedure on how to archive
outlook folders and files</FONT>



<LI><A
href="https://10.0.1.14/FAQs/ArchiveOutlookFiles.htm"><FONT
COLOR="#006600" SIZE=3>
Policy & Procedure on how to import
archived outlook files</FONT>

<LI><A
href="https://10.0.1.14/FAQs/taskmgr.htm"><FONT
COLOR="#006600" SIZE=3>
How to use taskmanager to close an
application that is not responding</FONT>
<LI><A
href="https://10.0.1.14/FAQs/chkdsk.htm"><FONT
COLOR="#006600" SIZE=3>
How to run chkdsk in WINNT or Windows
2000</FONT></A><FONT
</FONT>

<LI><A
href="https://10.0.1.14/FAQs/Ezcap Install.htm"><FONT
COLOR="#006600" SIZE=3>
How to install the EZCAP 4.11
client</FONT>


<LI><A
href="https://10.0.1.14/FAQs/mdac.htm"><FONT COLOR="#006600"
SIZE=3>
How to verify the MDAC version that
you are running</FONT>

<LI><A
href="https://10.0.1.14/FAQs/KeyExpress.htm"><FONT
COLOR="#006600" SIZE=3>
Policy & Procedure on how to setup hot
keys</FONT>



<LI><A
href="https://10.0.1.14/FAQs/WorkstationSecurity.htm"><FONT
COLOR="#006600" SIZE=3>
Policy & Procedure on how to setup a
password protected screensaver</FONT>



<LI><A
href="https://10.0.1.14/FAQs/PasswordPolicy.htm"><FONT
COLOR="#006600" SIZE=3>
Policy & Procedure on network
passwords</FONT>



<LI><A
href="https://10.0.1.14/FAQs/OWA.htm"><FONT COLOR="#006600"
SIZE=3>
How to logon to the OWA server to
access your email from the internet</FONT>




<LI><A
href="https://10.0.1.14/FAQs/EZCAP.htm"><FONT COLOR="#006600"
SIZE=3>
How to setup EZCAP to run using a new
user profile on a workstation</FONT>





<hr>
<p><b>NPN Discussion Forum</b></p>

<blockquote>
<blockquote>
<p><a href="http://drno1/faqs/forum/index.asp">http://drno1/faqs/forum/index.asp</a></p>
</blockquote>
</blockquote>




<hr>


<p><b>NPN Bugtracker</b></p>

<blockquote>
<blockquote>
<p><a href="http://drno1/faqs/bugtrack_aspt/default.asp">http://drno1/faqs/bugtrack_aspt/default.asp</a></p>
</blockquote>
</blockquote>

<hr>


</html>


<br>
<br>
<br>
<center> <a
href="mailto:cascoli@npnwa.net"><FONT COLOR="#006600" SIZE=3> Email us
if you have any questions</a>



Any help would be greatly appreciated.

Cheers,
Carmine
Jim Dabell
Guest
 
Posts: n/a
#2: Jul 20 '05

re: how do I separate html hrefs from asp


Carmine Ascoli wrote:
[color=blue]
> For some reason there is an underlined hyperlink under the text title
> describing the first href link to an asp page in my default.htm file.[/color]

You aren't closing any of your <a> elements, that could well be the problem.
For instance:
[color=blue]
> <LI><A
> href="https://10.0.1.14/FAQs/Change Request Form.htm"><FONT
> COLOR="#006600" SIZE=3>
> How to fill out and email a Change
> Request Form</FONT>[/color]

Where is the </A>?

There are also a number of other errors in your page. I would suggest going
to <URL:http://validator.w3.org/> to get a list of errors so that you can
correct them.


--
Jim Dabell

Steve Pugh
Guest
 
Posts: n/a
#3: Jul 20 '05

re: how do I separate html hrefs from asp


cascoli@yahoo.com (Carmine Ascoli) wrote:
[color=blue]
>For some reason there is an underlined hyperlink under the text title
>describing the first href link to an asp page in my default.htm file.[/color]

[snip really bad html]
[color=blue]
>Any help would be greatly appreciated.[/color]

Validate your code. http://validator.w3.org/
Then fix all the problems the validator reports.
Then post again if the problem is still there.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <steve@pugh.net> <http://steve.pugh.net/>
Closed Thread