better link handling for embedded presentation

This commit is contained in:
Vadim Makeev 2010-11-09 10:09:30 +03:00
parent 5abdab1783
commit f18e86536e
1 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
<head> <head>
<title>Shower</title> <title>Shower</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<base target="_top">
<link rel="stylesheet" title="screen" href="styles/screen.css"> <link rel="stylesheet" title="screen" href="styles/screen.css">
<link rel="stylesheet" title="projection" disabled href="styles/projection.css"> <link rel="stylesheet" title="projection" disabled href="styles/projection.css">
<style> <style>
@ -23,13 +24,13 @@
<section class="slide" id="Header"> <section class="slide" id="Header">
<article> <article>
<h2>Heading</h2> <h2>Heading</h2>
<p>This <code>&lt;tool&gt;</code> is provided <strong>without</strong> warranty, guarantee, or much in the way of explanation. Note that use of <a href="#TwoLinesHeader">this tool</a> may or may not crash your browser, lock up <em>your</em> machine, erase your hard drive, or e-mail those naughty pictures you hid in the Utilities folder to your mother.</p> <p>This <code>&lt;tool&gt;</code> is provided <strong>without</strong> warranty, guarantee, or much in the way of explanation. Note that use of <a href="#TwoLinesHeader">this tool</a> may or may not crash <em>your</em> browser, lock up your machine, erase your hard drive.</p>
</article> </article>
</section> </section>
<section class="slide" id="TwoLinesHeader"> <section class="slide" id="TwoLinesHeader">
<article> <article>
<h2>Two rows.<br>Mighty heading</h2> <h2>Two rows.<br>Mighty heading</h2>
<p>This <code>&lt;tool&gt;</code> is provided <strong>without</strong> warranty, guarantee, or much in the way of explanation. Note that use of <a href="#SevenItemsList">this tool</a> may or may not crash your browser, lock up <em>your</em> machine, erase your hard drive</p> <p>This <code>&lt;tool&gt;</code> is provided <strong>without</strong> warranty, guarantee, or much in the way of explanation. Note that use of <a href="#SevenItemsList">this tool</a> may or may not crash <em>your</em> browser</p>
<p class="note"><a href="examples/index.htm" target="_blank">This link will be opened in the new tab</a></p> <p class="note"><a href="examples/index.htm" target="_blank">This link will be opened in the new tab</a></p>
</article> </article>
</section> </section>