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.

Container?

Featured Replies

Hi

 

I'm just trying to get my head round css and am struggling somewhat. I want to do soemthing that I would have thought would be quite easy but can't seem to find out how to do it. I want something like the image I've attached at the top of each of my pages. Can anyone chuck some code at me and tell me where to put stuff etc? Cheeky I know but that's how I'll learn. Would be really grateful.

post-1575-1183112664_thumb.jpg

  • 2 weeks later...

do:

 

"<div id="logo"></div>" on each page. And then

 

#logo {

display:inline;

background-image: url(path/to/logo.gif);

width:width of logo;

height: height of logo

}

 

If you want links next to it, you can do:

 

<div id="links">Link1 Link2<br />Link3 Link4</div>

 

#links {

display:inline;

width:etc

}

 

If you want the links to be part of the logo, search for image map.

 

Peter

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.