Hi,
Once again, I am working with an ill-created flash template from TemplateMonster.Com. The problem is that when they created all of the CSS as folows:
<style type="text/css">
<!--
img {
border: none;
}
.mten {
margin-left: 10px
}
.tah10 {
font-family: Tahoma;
font-size: 10px;
text-decoration: none;
color: #000000;
}
.tah11 {
font-family: Tahoma;
font-size: 11px;
text-decoration: none;
color: #000000;
}
.ver10 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
color: #000000;
}
.ver11 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
color: #000000;
}
.tah9 {
font-family: Tahoma;
font-size: 9px;
text-decoration: none;
color: #000000;
}
.ver9 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-decoration: none;
color: #000000;
}
-->
</style>
There are three in all. The problem is that when I create seperate stylesheets, such as "willamette-1.css, willamette-2.css, willamette-3.css," some of the elements are off. Case in point is the navigation bar, as seen here (These are my test pages to eventiually re-create everything in XHTML.)
Hereto, are the stylsheets between <head><link rel="stylesheet" type="test/css" href="willamette-1.css">
<link rel="stylesheet" type="test/css" href="willamette-2.css">
<link rel="stylesheet" type="test/css" href="willamette-3.css"></head>
Is there something that I am doing wrong and if so, what? Am I going to have to convert all pages to PHP? I am utterly confused?!? Thanks for your help
Once again, I am working with an ill-created flash template from TemplateMonster.Com. The problem is that when they created all of the CSS as folows:
<style type="text/css">
<!--
img {
border: none;
}
.mten {
margin-left: 10px
}
.tah10 {
font-family: Tahoma;
font-size: 10px;
text-decoration: none;
color: #000000;
}
.tah11 {
font-family: Tahoma;
font-size: 11px;
text-decoration: none;
color: #000000;
}
.ver10 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
color: #000000;
}
.ver11 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
color: #000000;
}
.tah9 {
font-family: Tahoma;
font-size: 9px;
text-decoration: none;
color: #000000;
}
.ver9 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-decoration: none;
color: #000000;
}
-->
</style>
There are three in all. The problem is that when I create seperate stylesheets, such as "willamette-1.css, willamette-2.css, willamette-3.css," some of the elements are off. Case in point is the navigation bar, as seen here (These are my test pages to eventiually re-create everything in XHTML.)
Hereto, are the stylsheets between <head><link rel="stylesheet" type="test/css" href="willamette-1.css">
<link rel="stylesheet" type="test/css" href="willamette-2.css">
<link rel="stylesheet" type="test/css" href="willamette-3.css"></head>
Is there something that I am doing wrong and if so, what? Am I going to have to convert all pages to PHP? I am utterly confused?!? Thanks for your help