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.

Help with site root and css

Featured Replies

Hey there every one. I have this problem. I created a webpage using dreamweaver and did a live preview. It appeared correctly but when I previewed in firefox nothing appears. It uses a css style sheet as well. The images links are /images/image.png format and wen I preview only the alternate text appears no pics! This started happening today. I did many web pages before with out any trouble and worked fine. Pls some one help out. thnx in advance.

It sounds like an incorrect path, but we don't have your code to check.

/images/image.png is a root-relative link which should work online by going back to the root directory and finding the images directory.

 

It won't work from your local file because your root directory on your computer is probably C:\ with a lot of other folders following that, so it won't show locally.

 

Either use an absolute url http://www.yourdomain/images/image.png or use a relative path images/image.png (with no / in front) assuming that images directory is inside the directory with the html file.

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.