hello,
today I will talk about more DSi paint tags and HTML!
Some tags are very similar to their HTML equivilents. Such as the bold and underline tags.
Underline
[ u] text goes here[/ u]
More HTML!
In HTML, you can easily add different stuff. To make a title to your page type this right after your begining tags:
<title>DsiPaint.com</title>
This makes a title that is "DsiPaint.com"
To make a image appear on the page do this
<img src="filename.png">
More soon!