Anybody now the HTML code for seperate style sheets?

HI all.

I'm having some probs with my page rendering in IE6,IE7.

I can though, get my page to look the same in IE8, FFox, Opera, Chrome & Safari.

Can anyone tell me what the HTML code for appling different style sheets for IE6,7 would be? Also where in the HTML section would I place it?

Thanks everyone!!!!
 
ya, there are two way to apply the style sheet, first is to create a .css file and apply all the styles in the file this file can be called in the "HEADER SECTION" of a html file.
another way is to apply setting in HEAD section of html file
 
ya, there are two way to apply the style sheet, first is to create a .css file and apply all the styles in the file this file can be called in the "HEADER SECTION" of a html file.
another way is to apply setting in HEAD section of html file
 
ya, there are two way to apply the style sheet, first is to create a .css file and apply all the styles in the file this file can be called in the "HEADER SECTION" of a html file.
another way is to apply setting in HEAD section of html file
 
Back
Top