underline hyperlink problem

G

Guest

Ok, I am new to Frontpage and do not know HTML. I hope I am using the right
calendar this time. I did a search in Frontpage for a calendar and inserted
it into my webpage but now it's causing problems with my hyperlinks. The
underline is not showing up when I add the hyperlink. Here is part of my
html which I assume you will need to see. I tried creating a hyperlink on
another one of my webpages and it worked fine but it didn't include this
calendar so I assume that is what is causing the problem. I really need to
use a calander on my webpage so I hope that using the one I found isn't a
problem.

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Calendar</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<style>
<!--
a { }
-->
</style>
<meta name="Microsoft Theme" content="journal 1000, default">
<meta name="Microsoft Border" content="tlb, default">
</head>

<body>

<div align="center">
<font color="#000000">February - March - <a href="april05.htm">April</a> -
May - June - July - August -
September - October -November - <a
href="december05.htm">December</a></font><p><font color="#000000">
 
R

Ronx

What is in styles.css ?
This style sheet is probably controlling the underline on your links.
 
G

Guest

Murray - thank you! I did what you told me and it worked. Of course, you
knew it would :). I just wanted to say thanks!

Ron - I'm not sure what you question is but since I did what Murray said and
it worked, I assume that's all I need to do??? If you could maybe explain a
little more, I'd be interested to know. I am really trying to learn as much
as I can about Frontpage.
 
M

Murray

You're welcome!

I believe Ron was focused on there being some other style on the page that
was interfering with the links in question. I simply took the easy way
out....
 
G

Guest

Sounds good to me, that's what I'm always looking for - the easy way out ;).
I'm just happy you resolved my problem and now I can stop looking through all
my books for answers! I was getting a bit nerved. LOL. Maybe someday I'll
get this website up and running...
 
R

Ronx

The line in your code
<link rel="stylesheet" type="text/css" href="styles.css">
points to an external style sheet named styles.css that probably
contains a line of CSS that sets links to have no underline.

Murray's solution countermands the external style sheet.
 

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