123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- <html>
- <head>
- <title>Axure RP - Safari Local File Restrictions</title>
- <style type="text/css">
- *
- {
- font-family: Helvetica, Arial, sans-serif;
- }
- body
- {
- text-align: center;
- background-color: #fafafa;
- }
- p
- {
- font-size: 14px;
- line-height: 18px;
- color: #333333;
- }
- div.container
- {
- width: 980px;
- margin-left: auto;
- margin-right: auto;
- text-align: left;
- }
- a
- {
- text-decoration: none;
- color: #009dda;
- }
- .button
- {
- background: #E31687;
- font: normal 16px Arial, sans-serif;
- color: #FFFFFF;
- padding: 8px 25px 8px 25px;
- border: 0;
- display: inline-block;
- margin-top: 10px;
- text-transform: uppercase;
- font-size: 13px;
- }
- a:hover.button
- {
- opacity: .8;
- }
- div.left
- {
- width: 400px;
- float: left;
- margin-right: 80px;
- }
- div.right
- {
- width: 400px;
- float: left;
- }
- div.buttonContainer
- {
- text-align: center;
- }
- h1
- {
- font-size: 40px;
- color: #333333;
- line-height: 50px;
- margin-bottom: 20px;
- font-weight: normal;
- }
- h2
- {
- font-size: 38px;
- font-weight: normal;
- color: #08639C;
- text-align: center;
- }
- h3
- {
- font-size: 18px;
- line-height: 24px;
- color: #333333;
- font-weight: normal;
- }
- .heading
- {
- background-color: #cdecf9;
- height: 36px;
- line-height: 36px;
- padding-left: 20px;
- font-size: 16px;
- color: #666666;
- }
- span.faq
- {
- font-size: 16px;
- font-weight: normal;
- color: #333333;
- display: block;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <br />
- <br />
- <img src="axure_logo.png" alt="axure" />
- <br />
- <h1>
- SAFARI LOCAL FILE RESTRICTIONS</h1>
- <p style="font-size: 16px; line-height: 24px; color: #666666; margin-top: 10px;">
- To view locally stored projects in Safari, you will need to "disable local file restrictions". Alternatively,
- you can upload your RP file to <a href="https://share.axure.com">Axure Share</a> or publish the local files to a web server.</p>
- <h3 class="heading">
- VIEW LOCAL PROJECTS IN SAFARI</h3>
- <div class="">
- <h3>
- 1. Open <span style="font-weight: bold">Safari > Preferences > Advanced</span> and check the option to <span style="font-weight: bold">Show Develop menu in menu bar</span></h3>
- <img src="safari_advanced.png" alt="advanced" />
- </div>
- <div style="clear: both; height: 20px;">
-
- </div>
- <div class="">
- <h3>
- 2. Select <span style="font-weight: bold">Develop > Disable Local File Restrictions</span> in the menu bar</h3>
- <img src="safari_restrictions.png" alt="extensions" />
- </div>
- <div style="clear: both; height: 20px;">
- </div>
- <div class="left">
- <h3>
- 3. Click the button below
- </h3>
- <div class="buttonContainer">
- <a class="button" href="../../start.html">View in Safari</a>
- </div>
- </div>
- <div style="clear: both; height: 20px;">
- </div>
- <h3 class="heading">
- NEED HELP?</h3>
- <p>
- Need help or have any questions? Drop us a line at <a href="mailto:support@axure.com">
- support@axure.com</a>.
- </p>
- <div style="clear: both; height: 20px;">
- </div>
- </div>
- </body>
- </html>
|