Note that there are some explanatory texts on larger screens.

plurals
  1. POChanging body background with CSS, using the same code on both pages but it doesn't work
    primarykey
    data
    text
    <p>I have two HTML pages</p> <p><em>list.html</em></p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;title&gt;List&lt;/title&gt; &lt;/head&gt; &lt;style&gt; body {background-image:url('Judul.jpg');} &lt;/style&gt; &lt;body&gt; &lt;br&gt;&lt;/br&gt; &lt;a href="about.html" target="tengah" style="color:blue;margin-center:40px;font-family:Segoe UI;"&gt;Main page&lt;/a&gt; &lt;br&gt;&lt;/br&gt; &lt;a href="list.html" target="tengah" style="color:blue;margin-center:40px;font-family:Segoe UI;"&gt;About Us&lt;/a&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>then the second one</p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;title&gt;Elemental Website&lt;/title&gt; &lt;/head&gt; &lt;style&gt; body {background-image:url('Judul.jpg');} &lt;/style&gt; &lt;body&gt; &lt;h1 style="font-family:Segoe UI;60px;text-align:center;"&gt;Judul&lt;/h1&gt; &lt;pr&gt;&lt;/pr&gt; &lt;pr&gt;&lt;/pr&gt; &lt;table bordercolor=blue align=center border=1&gt; &lt;tr align=center height=25&gt; &lt;td&gt;&lt;marquee&gt;Welcome !&lt;/marquee&gt;&lt;/td&gt; &lt;td&gt;&lt;marquee&gt;Welcome !&lt;/marquee&gt;&lt;/td&gt; &lt;td&gt;&lt;marquee&gt;Welcome !&lt;/marquee&gt;&lt;/td&gt; &lt;td&gt;&lt;marquee&gt;Welcome !&lt;/marquee&gt;&lt;/td&gt; &lt;td&gt;&lt;marquee&gt;Welcome !&lt;/marquee&gt;&lt;/td&gt; &lt;td&gt;&lt;marquee&gt;Welcome !&lt;/marquee&gt;&lt;/td&gt; &lt;td&gt;&lt;marquee&gt;Welcome !&lt;/marquee&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;h2 align=left font face=italic&gt; &lt;p style="font-size:14px"&gt;Current Resolution : 1920 x 1080&lt;/p&gt; &lt;/h2&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>What I'm trying to do is simply change the second pages background with the CSS, but it doesn't load the background image, however it loads perfectly on the <em>list.html</em>.</p> <p>So am I missing something?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload