Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4015740
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T09:39:20+00:00 2026-05-20T09:39:20+00:00

I am working with google app engine for a class, and while working on

  • 0

I am working with google app engine for a class, and while working on a project, I came across something strange that I can’t figure out. When I load a site with multiple arguments, such as http://www.something.com/something/1, the css file doesn’t affect the page. It does this even if I copy and paste the exact code from another working html file. I am guessing it has to do with the multiple arguments and maybe me not defining something in the app.yaml file, but I am not sure really. Any help would be appreciated, let me know if you need any code, I didn’t figure it would be useful in this case.

WWaldo

Edit:

<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
<title>Google App Engine</title>
<link rel="stylesheet" type="text/css" href="stylesheets/page.css"/>
</head>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T09:39:21+00:00Added an answer on May 20, 2026 at 9:39 am

    You’re not showing any code so it’s hard to tell for sure, but my guess is that you are using relative references to your CSS files:

    <link rel="stylesheet" href="styles.css">
    

    these will break when you’re in a different directory. /something/1 will be interpreted by the browser as a different directory, so it will search for

    /something/1/styles.css
    

    the best solution is usually to use absolute paths:

    <link rel="stylesheet" href="/stylesheets/styles.css">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just started working on a project that will run on google app engine
I'm working on a Google App Engine project using Django. I noticed that for
I'm working with DataNucleus as part of a Google App Engine project and I'm
I've got an app in Google App Engine that was working fine. I realized
I started an application in Google App Engine right when it came out, to
I'm working on an application that will run on Google App Engine. I would
I have the following 2 models in my Google App Engine datastore: class Search(db.Model):
I am currently working on a simple web application through Google App engine using
I'm running a cron file in Google App Engine. It seems to be working
I am working on a Google App Engine application and I am relatively new

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.