<link href="style.css" rel="stylesheet" type="text/css">
Does this <link> tag has problems with some browsers? like the browser dosent understand the command and dl the file or something?
plz help.
thanks
<link href="style.css" rel="stylesheet" type="text/css">
Does this <link> tag has problems with some browsers? like the browser dosent understand the command and dl the file or something?
plz help.
thanks
normally shouldn’t it be
<link rel=“stylesheet” href=“style.css” type=“text/css”>
hope u’re using it under <style> tag
I always use
<link href=“style.css” type=“text/css” rel=“stylesheet”>
And it doesn’t need to be used under <STYLE> tags, but you should but it between the <HEAD></HEAD> tags.
I never have problems with it. Perhaps it is the CSS you are using. Cross browser CSS isn’t always easy.
THANKS DUDES!
i wasnt talking about the CSS not showing or anything, just wanted to know if some browsers dont support that tag, cos we made some changes in a shopping card thing for the pay by credit card… and since we made that change sales arent the same and the major stuff we did is moving the <styles> to a <link>
so i was wondering maybe that is the problem.
No, as far as I know the tag is supported by most (if not all) browsers.
:: Copyright KIRUPA 2024 //--