Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

skalexein

Members
  • Joined

  • Last visited

Everything posted by skalexein

  1. <!DOCTYPE html> <head> <style> * {box-sizing: border-box; margin: 0; padding: 0; } body {} #container { border: none;} header {background: #0A0080; height: 125px; } #top-nav {background: #28208F; height: 50px; margin: 0 0 1% 0;} #contentHolder {position: relative; border: none;} main {border: none;} #sidebar-left {background: #0A0080; height: 1000px; min-width: 15%; width: 15%; display: inline-block; position: absolute; left: 1%; } #center { min-width: 66%; display: inline-block; width: 66%; margin: 0 17% 0 17%; border: none;} .clear-fix {overflow: auto;} #runescape-news {background: #0A0080; float: left; width: 49%; height: 200px;} #community-news {background: #0A0080; float: right; width: 49%; height: 200px;} article {background: #0A0080; width: 100%; position: relative; clear: both; height: 200px; margin: 1% 0 0 0;} #sidebar-right {height: 1000px; min-width: 15%; max-width: 15%; display: inline-block; position: absolute; right: 1%; } aside {background: #0A0080; margin: 0 0 5% 0; width: 100%; height: 150px;} footer {background: #0A0080; height: 300px; margin: 1% 0 0 0;} </style> <title> </title> </head> <body> <div id="container"> <header> </header> <nav id="top-nav"> </nav> <div id="contentHolder"> <nav id="sidebar-left"> </nav> <main id="center"> <div class="clear-fix"> <section id="runescape-news"> </section> <section id="community-news"> </section> </div> <article> </article> <article> </article> <article> </article> <article> </article> </main> <div id="sidebar-right"> <aside> </aside> <aside> </aside> <aside> </aside> <aside> </aside> <aside> </aside> </div> </div> <footer> </footer> </div> </body> </html>
  2. You need to use a backend langauge to do this such as PHP or C#. You cannot do it with javascript because of x-site scripting. That is why you are getting the access control origin.

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.