Hey all. I'm new to the site and working on my first substantial page.
I'm having a small CSS issue that is leaving me a bit perplexed. I'm hoping there is a simple solution that someone will be familiar with so I will keep it short and elaborate if need be.
I'm linking to a stylesheet with the following:
Code:
<link rel="stylesheet" type="text/css" href="style.css" />
At first it was working perfectly with some of the following:
Code:
table#links {
background-color:#CC9900;
width: 100%;
height: 25px;
}
td.top {
vertical-align: top
}
Now when I attempt to add some style features to the stylesheet the formatting wont accept, however, if I just use SCRIPT tags on the page I am trying to format in the header it formats just fine.
Any ideas?
Thanks in advance
-Z
|