mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-02-25 13:45:20 +00:00
fix CSS link
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>CUCC Expedition Handbook: Website menu design options</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
||||
</head>
|
||||
<body><style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style>
|
||||
<h2 id="tophead">CUCC Expedition Handbook - Website menu design options</h2>
|
||||
@@ -184,7 +184,7 @@ tag attribute which creates the styling:
|
||||
<p>This text is conventionally at the bottom of each HTML file. (It does not have to be at the bottom,
|
||||
the CSS handles where on the page this appears visually, so this HTML fragment could be anywhere
|
||||
in the HTML file.)
|
||||
<p>The visual rendering of the menus is controlled by lines 120-215 in <a href="../../css/main2.css">main2.css</a> -
|
||||
<p>The visual rendering of the menus is controlled by lines 120-215 in <a href="/css/main2.css">main2.css</a> -
|
||||
thanks to a succession of clever and inventive people.
|
||||
<p><p>
|
||||
Here is an example of a more extensive menu. Note that changes to CSS over the years now mean that this
|
||||
|
||||
Reference in New Issue
Block a user