Hi,
Can someone help with the following?
I am trying to link to an external style sheet, but my styles are not taking affect in my browser. If I add the styles directly to the page it works, but when I remove the local styles and add the external link it does not. I have used css before with no problems, but this is the first time I am trying to add styles to a ColdFusion page. Does that make a difference?
This is my link:
<link rel=stylesheet href="style.css" type="text/css">
This is my style on the page:
<span class="twelve">Enter Search Word:</span>
Please help!! I am totally baffled.
Thanks,
Steve
Can someone help with the following?
I am trying to link to an external style sheet, but my styles are not taking affect in my browser. If I add the styles directly to the page it works, but when I remove the local styles and add the external link it does not. I have used css before with no problems, but this is the first time I am trying to add styles to a ColdFusion page. Does that make a difference?
This is my link:
<link rel=stylesheet href="style.css" type="text/css">
This is my style on the page:
<span class="twelve">Enter Search Word:</span>
Please help!! I am totally baffled.
Thanks,
Steve