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.

page changes from local to server

Featured Replies

firefox is displaying one of my pages differently on the server from the way it looks on my local machine. To answer the obvious question, YES, I have FTP'd the .htm and .css files more than once just to make sure everything on the server is current.

Only one div is being affected. All other divs and elements are fine.

 

I'm still pretty new to web design but haven't had this problem before except when forgetting to transfer an updated file.

 

link to the server file: http://akmcafee.com/LZI/designs.htm

 

uploading htm and css from local machine but not the images (would take too long)

 

THANKS

designs.htm

main.css

Problems I found:

 

- your page does not validate

- remove the <style></style> tags from the CSS file

- your navigation links <a></a> are coded wrong - anchor tags are not self closing like images are in XHTML, so it should be like this:

 

<a href="index.htm">HOME</a>

not

<a href="index.htm" />HOME</a>

 

- remove line 22 (the commented out code, you have two sets of "-->" at the end of the line and two sets of "!--"

 

Sort those problems out and then see what happens?

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.