| author: | Pierre-Antoine Champin |
|---|---|
| date: | 2012 |
| address: | Département Informatique, IUT Lyon 1 |
/background.png
/style.css
(links to ./background.png)
/page1.html
(links to ./style.css)
/page2.html
(links to ./style.css)
/foo/page3.html
(links to ../style.css)
/foo/bar/specific-style.css
(links to ../../style.css)
/foo/bar/page4.html
(links to ./specific-style.css)
/css/background.png
/css/style.css
(links to ./background.png)
/page1.html
(links to ./css/style.css)
/page2.html
(links to ./css/style.css)
/foo/page3.html
(links to ../css/style.css)
/foo/bar/css/specific-style.css
(links to ../../css/style.css)
/foo/bar/page4.html
(links to ./css/specific-style.css)
Note
This works only on the server, not on the local filesystem.
Ignoring the size of an image may prevent the browser to compute the page layout.
→ the page may stay blank until all images are loaded :-(
The trick is to specify the size of the image either
in the CSS stylesheet
#img1 { width: 10em; height: 5em }
or directly in the HTML
<img src="foo.png" style="width: 10em; height: 5em" >

| Table of Contents | t |
|---|---|
| Exposé | ESC |
| Full screen slides | e |
| Presenter View | p |
| Source Files | s |
| Slide Numbers | n |
| Toggle screen blanking | b |
| Show/hide slide context | c |
| Notes | 2 |
| Help | h |