Newbie HTML EDITOR PROBLEM - new page...

User 599626 Photo


Registered User
3 posts

hello there. Whenever I try to copy an HTML page and create a new one SAVE AS 'different name' the program works fine, until I put the page in a different folder in this case 'Secure' - then when I try and open the page it loses all it's formatting.

here's the link.

http://theoxygenponies.com/secure/allaccess.html

Can anyone explain why this is happening?

Thank you
Paul
p
User 355448 Photo


Ambassador
3,144 posts

Paul,

Look at this line in your code:
<link rel="stylesheet" type="text/css" media="screen" href="css/screen.css" />

That code is referring to a file located at:
http://theoxygenponies.com/secure/css/screen.css which does not exist.

When you move something to a different folder, check the url entries on that page to be sure they are correct.

Once you get that link fixed, your styles will be applied to the page.
User 599626 Photo


Registered User
3 posts

Thanks Bill that was a huge help!! You saved my day!!

Paul
p
User 355448 Photo


Ambassador
3,144 posts

Paul,

Glad to help, and you did the correct thing by posting a link where I could find that line of code. That link was a great help.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.