![]() |
css and html linkage
i have a basic html page typed up, i tried validating it at that validator.w3.org, but it keeps telling me that it can't find an xml declaration. but it's not xml, it's only html.
well anyways, my questions are: 1) is there any way the hosting server can restrict use of .css? i thought it was a standard. at first i thought it was the way i was including the .css file, but it works locally and doesn't work from the server 2) is there any way i can create a link, w/o use of pictures, that do not have an underline? i'm sure i can make the visited/unvisited link the same color so they look the same, but there is still the matter of the underline that would make things look weird thanks in advance |
To turn off link underlining, use:
a { text-decoration: none } in your stylesheet. As for why the css isn't working, can you post an example of how you're including it? You may be using something which references your machine or similar. Where have you put the css file on the server? |
i have the .css file in the same folder as the html document. i realized what was goin on though. i failed to realize it was hosted on a unix box. being the attempted good coder that i tried to be, i had everything embedded (indented) and in caps for easier reading, however, when i saved the .css file, i named it styles.css and called for it as STYLES.CSS. when i changed the caps, it works. silly me.
thanks tho cliche |
Ahhh.. lovely case sensitivity! I often get funny looks from people who notice I refuse to name any files on my (Win2k) PC with capitals...
Glad it's working! |
All times are GMT -8. The time now is 01:34 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project