CSS: Difference between revisions
From Hackepedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
<link rel="Alternate Stylesheet" title="Original" | <link rel="Alternate Stylesheet" title="Original" | ||
href="orig.css" type="text/css"> | href="orig.css" type="text/css"> | ||
<link rel="Alternate Stylesheet" title=" | <link rel="Alternate Stylesheet" title="Dekan's" | ||
href="midnight.css" type="text/css"> | href="midnight.css" type="text/css"> | ||
<link rel="Alternate Stylesheet" title="Mouring's" | <link rel="Alternate Stylesheet" title="Mouring's" |
Revision as of 14:57, 17 December 2005
In this example, you will see that you can offer several different looks for your single webpage:
<head> <title> www.yashy.com. </title> <link rel="StyleSheet" title="Default" href="main.css" type="text/css"> <link rel="Alternate Stylesheet" title="Original" href="orig.css" type="text/css"> <link rel="Alternate Stylesheet" title="Dekan's" href="midnight.css" type="text/css"> <link rel="Alternate Stylesheet" title="Mouring's" href="mouring.css" type="text/css"> </head>
once you have offered multiple Stylesheets in your HTML, in firefox you can go to:
View -> Page Style ->
and choose the css that looks best to you.