Laogeodritt
12-19-2004, 06:17 PM
I suspect this is problems with my CSS...
I'm having some trouble with the <h1> tags and such. Although the size is fine, the color also, the font refuses to appear. Please note that this is on a the local system and this file is not meant to be seen on the internet; this is for a page with links to commonly-visited websites for my convenience.
Note that I've seen this in other files I created, but these are all on a local scale. Also note that the font is currently installed on my computer and is significantly different from those such as Arial and Times.
The following is the stylesheet:
<style type="text/css">
A:link
{ text-decoration: underline; color:#0000FF; }
A:visited
{ text-decoration: underline; color:#660066; }
A:active
{ text-decoration: underline; color:#FF0000; }
A:hover
{ text-decoration: underline overline; color:#FF0000; }
h1 {font-family: Lucida Calligraphy; color: #000000; size: 18pt }
h2 {font-family: Lucida Calligraphy; color: #000000; size: 15pt }
h3 {font-family: Lucida Calligraphy; color: #000000; size: 12pt }
p {font-family: Times New Roman; color: #000000; }
body
{ background:#FFFF99; font-family: Times; color: #000000 ; size: 12pt; }
</style>
But, when I use the following code, the title appears as black 18pt but it is NOT Lucida Calligraphy (note that the table continues on after this extract):
<table width=98% border=0><tr><td colspan="2"><center><h1>Index</h1></center></td></tr>
Can anyone identify the cause of this?
Thanks,
Laogeodritt
I'm having some trouble with the <h1> tags and such. Although the size is fine, the color also, the font refuses to appear. Please note that this is on a the local system and this file is not meant to be seen on the internet; this is for a page with links to commonly-visited websites for my convenience.
Note that I've seen this in other files I created, but these are all on a local scale. Also note that the font is currently installed on my computer and is significantly different from those such as Arial and Times.
The following is the stylesheet:
<style type="text/css">
A:link
{ text-decoration: underline; color:#0000FF; }
A:visited
{ text-decoration: underline; color:#660066; }
A:active
{ text-decoration: underline; color:#FF0000; }
A:hover
{ text-decoration: underline overline; color:#FF0000; }
h1 {font-family: Lucida Calligraphy; color: #000000; size: 18pt }
h2 {font-family: Lucida Calligraphy; color: #000000; size: 15pt }
h3 {font-family: Lucida Calligraphy; color: #000000; size: 12pt }
p {font-family: Times New Roman; color: #000000; }
body
{ background:#FFFF99; font-family: Times; color: #000000 ; size: 12pt; }
</style>
But, when I use the following code, the title appears as black 18pt but it is NOT Lucida Calligraphy (note that the table continues on after this extract):
<table width=98% border=0><tr><td colspan="2"><center><h1>Index</h1></center></td></tr>
Can anyone identify the cause of this?
Thanks,
Laogeodritt