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.

Css not working?

Featured Replies

Hi,

When I upload my site to the internet the css seems to stop working?! The only thing that works is the original "page properties" font and color.

Also i get a load of errors saying "same - not transferred"?

Please tell me what parts of the html and/or the css you might need to have a look at!

Sorry I cant be of more use explaining the problem I have only just started using Dreamweaver and the only thing I am using is the design page.

Thanks

i get a load of errors saying "same - not transferred"?

 

These are not errors, its telling you that Dreamweaver did not upload the file because it is identical to the file on the server.

 

try clearing the cache

you have a few errors

</head>
</script>
</head>
<body onload="[url=""]MM_preloadImages('1 copy.png','aew copy.png','mir copy.png','untitled copy.png')[/url]">
then you have more html then another body

<body>
<script type="text/javascript">
swfobject.registerObject("FlashID");
</script>
</body>
</html>

Edited by ELITE

also what is going on inside your css file

 

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /tragic fonts.css
on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
<hr>
<address>Apache Server at www.tragicclothing.co.uk Port 80</address>
</body></html>

  • Author

you have a few errors

</head>
</script>
</head>
<body onload="[url=""]MM_preloadImages('1 copy.png','aew copy.png','mir copy.png','untitled copy.png')[/url]">
then you have more html then another body

<body>
<script type="text/javascript">
swfobject.registerObject("FlashID");
</script>
</body>
</html>

 

Sorry can you explain to me what to do in simple terms?

Thanks :)

you website is made of a head and a body, you only have 1 of each

 

you have 2 bodys open <body>

 

and 1 body closed </body>

 

you have 1 head open <head>

 

and 2 heads closed </head>

 

check your css file as well

Edited by ELITE

this is your css file try to view it

 

http://www.tragicclothing.co.uk/tragic%20fonts.css

 

did you put it to the server?

Forbidden
You don't have permission to access /tragic fonts.css on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache Server at www.tragicclothing.co.uk Port 80

 

everything that you want to be viewed goes inbetween the body tags <body>html goes here</body> you have 2 body tags you should only have the one also you should have 1 head tag you have 2

 

</head>
</script>
</head>

 

you can remove this part

 

</head>
</script>

 

then you will only have 1 </head>

 

edit

 

you have 2 body tags this one is inside you first body tag

 

<body>
<script type="text/javascript">
swfobject.registerObject("FlashID");
swfobject.registerObject("FlashID");
</script>
</body>
</html>

 

your first body tag is preloading images

 


<body onload="MM_preloadImages('1 copy.png','aew copy.png','mir copy.png','untitled copy.png')">

 

you can remove the <body> here at the top

 

<body>
<script type="text/javascript">
swfobject.registerObject("FlashID");
swfobject.registerObject("FlashID");
</script>
</body>
</html>

Edited by ELITE

  • Author

this is what the .css looks like?

 

.h {

font-family: "Lane - Narrow", "Lane - Posh", "Lane - Upper";

color: #229DE8;

text-decoration: none;

text-align: center;

}

.n {

color: #CCC;

}

.v {

font-family: "U.S. 101";

}

.v {

font-size: 24px;

}

  • Author

and then it says

 

 

about.html - Put operation successful

553 Can't open that file: Permission denied

tragic fonts.css - error occurred - An FTP error occurred - cannot put tragic fonts.css. Dreamweaver encountered an internal data error. Please try the operation again.

1 copy.png - same - not transferred

aew copy.png - same - not transferred

mir copy.png - same - not transferred

untitled copy.png - same - not transferred

logo12 no background.png - same - not transferred

1.png - same - not transferred

aew.png - same - not transferred

mir.png - same - not transferred

untitled.png - same - not transferred

facebook.png - same - not transferred

twitter.png - same - not transferred

ICON FOR TRAGIC.ICO - same - not transferred

 

File activity incomplete. 1 file(s) or folder(s) were not completed.

Files updated: 1

Files skipped: 12

 

Files with errors: 1

tragic fonts.css

The css file is not going to the server

 

tragic fonts.css - error occurred - An FTP error occurred - cannot put tragic fonts.css. Dreamweaver encountered an internal data error. Please try the operation again.

 

close Dreamweaver down completly and then try again

Sorry did not see

 

553 Can't open that file: Permission denied

 

do you know about chmod change permisions?

when you set up FTP wwith Dreamweaver you entered your details

 

eg ftp.example.com then a username and then a password

 

with Filezilla its the same the difference is you have to manualy select which file is going to be put to the server and manualy choose where it is going

 

tutorial here

 

http://wiki.filezilla-project.org/FileZilla_Client_Tutorial_%28en%29

 

there are proberlysome tutorials on youtube

Ask your hosting guy to help you for uploading your site into proper way.

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.