Skip to content
View in the app

A better way to browse. Learn more.

Web Designer 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.

Placing an image

Featured Replies

heres my html

 <img src="jonah.png" height="312" />
   <div id="progress-bar">
<div id="progress-level">
</div> </div>

<h1> Recent News</h1>
<div style="height:300px;width:400px;font:16px/26px Georgia, Garamond, Serif;overflow:scroll;">
Just met with a new person.
</div>

 

and heres the image Picture1.png

 

Basically i want the progress bar right after the Phase 1: The phase 1 and generosity are PNGS. Thanks for help!

  • Author

Thanks man! One other question, i want to center the whole site inside the body tag but when i do text-aling:center it doesnt work because almost everything is text.

The usual method for centering a page is to use a wrap div around all your html markup:-

 

<body>

<div id="wrap">

...all page content...

</div>

</body>

 

and a style like this (choose a suitable width):-

#wrap { width: ???px; margin: 0 auto; position: relative; }

 

If you are using any position: absolute divs or elements inside the wrap div, you may need to edit the top and left positions as the position: absolute divs will now take their positions from the top left corner of the wrap div, not the top left corner of the screen (so when the wrap div centers in a large window, the position: absolute divs move with it, maintaining their positions inside.)

Create an account or sign in to comment

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.