mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
15 lines
500 B
Text
15 lines
500 B
Text
<div class="comic" style="height: 600px; background-image: url(/img/tutorial/ch1pg4.png);">
|
|
<div class="dialogue">
|
|
Now let's add a line of text below—perhaps "Welcome to my website" or your favorite quote.
|
|
</div>
|
|
<div class="dialogue" style="left: 300px; top: 0px">
|
|
To make a paragraph, surround your text with the [p] tag. So it should look something like
|
|
[p]Hello![/p]
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
function checkHomework(editor) {
|
|
alert('check homework here')
|
|
}
|
|
</script>
|