first post here.
I was wondering why the background color is not changing.
I have the bg color property that is not working, apparently.
<body bgcolor="#f0ffff">
This is what I put as the body, and in CSS that's no mention of body whatsoever.
<head>
<title>User Settings</title>
<link rel="stylesheet" type="text/css" href="MainStyles.css">
<!-- Include meta tag to ensure proper rendering and touch zooming -->
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1">
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<!-- jQueryMobile -->
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css"/>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
<script src="JS\changeProfile.js"></script>
</head>
This it the heading of the HTML file, I don't know if this could be what's causing it.
Any help? I'm sorry but I'm quite new to this and it's really frustrating... If you need more info I will post more code.
Just gonna mention that there's no mention of background OR color in the HTML.
答案 0 :(得分:0)
答案 1 :(得分:0)