mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
fix for tutorial image ref
This commit is contained in:
parent
90eb054e5e
commit
71633e268c
2 changed files with 3 additions and 3 deletions
BIN
public/neocities.png
Normal file
BIN
public/neocities.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -5,10 +5,10 @@
|
||||||
Now let's add an image.
|
Now let's add an image.
|
||||||
</div>
|
</div>
|
||||||
<div class="dialogue" style="top: 20px; left: 360px">
|
<div class="dialogue" style="top: 20px; left: 360px">
|
||||||
Your Neocities web directory already includes a portrait of me called <strong>cat.png</strong>.
|
Your Neocities web directory already includes an image called <strong>neocities.png</strong>.
|
||||||
</div>
|
</div>
|
||||||
<div class="dialogue" style="top: 145px; left: 390px; width:200px">
|
<div class="dialogue" style="top: 145px; left: 390px; width:200px">
|
||||||
Add it to your page like so: <pre><code class="html"><img src="/cat.png"></code></pre>
|
Add it to your page like so: <pre><code class="html"><img src="/neocities.png"></code></pre>
|
||||||
</div>
|
</div>
|
||||||
<div class="dialogue" style="top: 230px; left: 420px">
|
<div class="dialogue" style="top: 230px; left: 420px">
|
||||||
That's it! No closing tag needed for images.
|
That's it! No closing tag needed for images.
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
<h4>Links and Images</h4>
|
<h4>Links and Images</h4>
|
||||||
<p>If the page or image you're referring to is already in your Neocities web directory, you can call it by its filename: for example, <strong>index.html</strong> or <strong>cat.png</strong>.</p>
|
<p>If the page or image you're referring to is already in your Neocities web directory, you can call it by its filename: for example, <strong>index.html</strong> or <strong>cat.png</strong>.</p>
|
||||||
|
|
||||||
<p>Otherwise, use full URLs like this: <strong>http://neocities.org/img/heartcat.png</strong></p>
|
<p>Otherwise, use full URLs like this: <strong>https://neocities.org/img/heartcat.png</strong></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue